#CA8EA6

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

Shades of Viola #CA8EA6

Tints of Viola #CA8EA6

Color information

#CA8EA6 (or 0xCA8EA6) is unknown color: approx Viola. HEX triplet: CA, 8E and A6. RGB value is (202,142,166). Sum of RGB (Red+Green+Blue) = 202+142+166=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8EA6 is #357159. Grayscale: #A2A2A2. Windows color (decimal): -3502426 or 10915530. OLE color: 10915530.

HSL color Cylindrical-coordinate representation of color #CA8EA6: hue angle of 336º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8EA6 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB202142166-
CMYK00.300.180.21
HSL336º36.14%67.45%-
HSV(B)336º29.7%79.22%-
XYZ40.9134.6640.61-
YUV162.68129.88156.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 166 (65.23% from 255) = 32.55%
R=39.61%
G=27.84%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214216600.300.180.2133636.1467.45
HexCA8EA601E12151502443
Octal312216246036222552044103
Binary11001010100011101010011001111010010101011010100001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8EA6; }

 p { color: rgb(202,142,166); }

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

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

 a { background-color: rgb(202,142,166); }

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

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

 span { border-color: rgb(202,142,166); }

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