COLOR #CA5AAB

HEX: #CA5AAB RGB: (202,90,171)

Color info

#CA5AAB contains mainly red and blue colors. Web safe color of #CA5AAB is #CC6699 (or #C69).

RGB color model

#CA5AAB color RGB value is (202,90,171).

RGB: (202,90,171) (79%, 35%, 67%)

RGB channels and saturation

R 202 of 255 = 79%
G 90 of 255 = 35%
B 171 of 255 = 67%

202
90
171

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

Portions of RGB colors in percentages

R + G + B = 202 + 90 + 171 = 463 (100%)
R 202 of 463 ~ 43.63%
G 90 of 463 ~ 19.44%
B 171 of 463 ~ 36.93'%

%43.63
%19.44
%36.93

CMYK color model

#CA5AAB color CMYK value is (0,55,15,21).

  • cyan value is 0.00%
  • magenta value is 55.45%
  • yellow value is 15.35%
  • key color value is 20.78%

CMYK: (0,55,15,21)
C0M55Y15K21 (0%, 55%, 15%, 21%)
(0.00 / 0.55 / 0.15 / 0.21)

CMYK percentages

%0
%55.45
%15.35
%20.78

Codes

Color #CA5AAB in popluar color models

CA 5A AB
RGB 202 90 171
HSL 317° 51.38% 57.25%
HSB/HSV 317° 55.45% 79.22%
CMYK 0.00% 55.45% 15.35%
20.78%

Color #CA5AAB in popluar number systems.

HEX CA 5A AB
Decimal 202 90 171
Binary 11001010 1011010 10101011
Octal 312 132 253

Shades and tints

Shades of #CA5AAB

#CA5AAB
(202,90,171)
#B8529C
(184,82,156)
#A64A8D
(166,74,141)
#94427E
(148,66,126)
#823A6F
(130,58,111)
#703260
(112,50,96)
#5E2A51
(94,42,81)
#4C2242
(76,34,66)
#3A1A33
(58,26,51)
#281224
(40,18,36)
#160A15
(22,10,21)
#000000
(0,0,0)

Tints of #CA5AAB

#CA5AAB
(202,90,171)
#CE69B2
(206,105,178)
#D278B9
(210,120,185)
#D687C0
(214,135,192)
#DA96C7
(218,150,199)
#DEA5CE
(222,165,206)
#E2B4D5
(226,180,213)
#E6C3DC
(230,195,220)
#EAD2E3
(234,210,227)
#EEE1EA
(238,225,234)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA5AAB color. Also use rgb(202,90,171) instead hex code.

Text Font Color

.myTextColor { color: #CA5AAB; }

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

This text font color is #CA5AAB.

Background Color

.myBgColor { background-color: #CA5AAB; }

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

This div background color is #CA5AAB.

Border color

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

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

This div border color is #CA5AAB.

Opacity

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

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

Text with #CA5AAB 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 #CA5AAB;}

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

This text has shadow with #CA5AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA5AAB.

Preview

Color preview on black background

This text has color #CA5AAB on black background.


Color preview on white background

This text has color #CA5AAB on white background.


Black color preview on #CA5AAB background

This text has black color on #CA5AAB background.


White color preview on #CA5AAB background

This text has white color on #CA5AAB background.


Related colors

Complementary color

Complementary color for #hex is #35A554.


I love getcolorcode.com

Triadic colors

1 #ABCA5A and #5AABCA with #CA5AAB are triadic colors.

2 #AB5ACA and #5ACAAB with #CA5AAB are triadic colors.