COLOR #A558C5

HEX: #A558C5 RGB: (165,88,197)

Color info

#A558C5 contains mainly red and blue colors. Web safe color of #A558C5 is #9966CC (or #96C).

RGB color model

#A558C5 color RGB value is (165,88,197).

RGB: (165,88,197) (65%, 35%, 77%)

RGB channels and saturation

R 165 of 255 = 65%
G 88 of 255 = 35%
B 197 of 255 = 77%

165
88
197

R + G + B ~ 59%. #A558C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 165 + 88 + 197 = 450 (100%)
R 165 of 450 ~ 36.67%
G 88 of 450 ~ 19.56%
B 197 of 450 ~ 43.78'%

%36.67
%19.56
%43.78

CMYK color model

#A558C5 color CMYK value is (16,55,0,23).

  • cyan value is 16.24%
  • magenta value is 55.33%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (16,55,0,23)
C16M55Y0K23 (16%, 55%, 0%, 23%)
(0.16 / 0.55 / 0.00 / 0.23)

CMYK percentages

%16.24
%55.33
%0
%22.75

Codes

Color #A558C5 in popluar color models

A5 58 C5
RGB 165 88 197
HSL 282° 48.44% 55.88%
HSB/HSV 282° 55.33% 77.25%
CMYK 16.24% 55.33% 0.00%
22.75%

Color #A558C5 in popluar number systems.

HEX A5 58 C5
Decimal 165 88 197
Binary 10100101 1011000 11000101
Octal 245 130 305

Shades and tints

Shades of #A558C5

#A558C5
(165,88,197)
#9650B4
(150,80,180)
#8748A3
(135,72,163)
#784092
(120,64,146)
#693881
(105,56,129)
#5A3070
(90,48,112)
#4B285F
(75,40,95)
#3C204E
(60,32,78)
#2D183D
(45,24,61)
#1E102C
(30,16,44)
#0F081B
(15,8,27)
#000000
(0,0,0)

Tints of #A558C5

#A558C5
(165,88,197)
#AD67CA
(173,103,202)
#B576CF
(181,118,207)
#BD85D4
(189,133,212)
#C594D9
(197,148,217)
#CDA3DE
(205,163,222)
#D5B2E3
(213,178,227)
#DDC1E8
(221,193,232)
#E5D0ED
(229,208,237)
#EDDFF2
(237,223,242)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A558C5 color. Also use rgb(165,88,197) instead hex code.

Text Font Color

.myTextColor { color: #A558C5; }

<p style="color:#A558C5">This sample text font color is #A558C5.</p>

This text font color is #A558C5.

Background Color

.myBgColor { background-color: #A558C5; }

<div style="background-color:#A558C5">Inner text</div>

This div background color is #A558C5.

Border color

.myBorderColor { border: 1px solid #A558C5; }

<div style="border:3px solid #A558C5">Div</div>

This div border color is #A558C5.

Opacity

.myOpacity80 { color: #A558C5; opacity: 0.8; }

<p style="color:#A558C5;opacity:0.8;">80%</p>

Text with #A558C5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A558C5;}

<p style="text-shadow: 3px 3px 1px #A558C5">Text here.</p>

This text has shadow with #A558C5 color.


.textShadow {text-shadow: 3px 3px 1px #A558C5', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A558C5, 5px 5px 20px red">Text here.</p>

This text has shadow with #A558C5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A558C5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A558C5, Direction=45, Strength=4)">Text</p>

This text has shadow with #A558C5 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A558C5;
-webkit-box-shadow: 1px 1px 3px 2px #A558C5;
box-shadow: 1px 1px 3px 2px #A558C5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A558C5; -webkit-box-shadow: 1px 1px 3px 2px #A558C5; box-shadow:1px 1px 3px 2px #A558C5;">
Div content here
</div>

This div box has shadow with color #A558C5.

Preview

Color preview on black background

This text has color #A558C5 on black background.


Color preview on white background

This text has color #A558C5 on white background.


Black color preview on #A558C5 background

This text has black color on #A558C5 background.


White color preview on #A558C5 background

This text has white color on #A558C5 background.


Related colors

Complementary color

Complementary color for #hex is #5AA73A.


I love getcolorcode.com

Triadic colors

1 #C5A558 and #58C5A5 with #A558C5 are triadic colors.

2 #C558A5 and #58A5C5 with #A558C5 are triadic colors.