#CA8AA4

Color #CA8AA4 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #CA8AA4

Tints of Viola #CA8AA4

Color information

#CA8AA4 (or 0xCA8AA4) is unknown color: approx Viola. HEX triplet: CA, 8A and A4. RGB value is (202,138,164). Sum of RGB (Red+Green+Blue) = 202+138+164=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8AA4 is #35755B. Grayscale: #A0A0A0. Windows color (decimal): -3503452 or 10783434. OLE color: 10783434.

HSL color Cylindrical-coordinate representation of color #CA8AA4: hue angle of 335.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8AA4 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB202138164-
CMYK00.320.190.21
HSL335.62º37.65%66.67%-
HSV(B)335.62º31.68%79.22%-
XYZ40.1533.4139.46-
YUV160.1130.2157.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 164 (64.45% from 255) = 32.54%
R=40.08%
G=27.38%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213816400.320.190.21335.6237.6566.67
HexCA8AA402013151502643
Octal312212244040232552046103
Binary110010101000101010100100010000010011101011010100001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8AA4; }

 p { color: rgb(202,138,164); }

 H1.HeaderClassName
 {
   color: #CA8AA4;
 }
 .AnyTagClassName
 {
   color: #CA8AA4;
 }
</style>
background-color css

<style>
 a { background-color: #CA8AA4; }

 a { background-color: rgb(202,138,164); }

 div.DivClassName
 {
   background-color: #CA8AA4;
 }
 .BgClassName
 {
   background-color: #CA8AA4;
 }
</style>
border-color css

<style>
 span { border-color: #CA8AA4; }

 span { border-color: rgb(202,138,164); }

 td.TdClassName
 {
   border-color: #CA8AA4;
 }
 .TagClassName
 {
   border-color: #CA8AA4;
 }
</style>