#CA8FA9

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

Shades of Viola #CA8FA9

Tints of Viola #CA8FA9

Color information

#CA8FA9 (or 0xCA8FA9) is unknown color: approx Viola. HEX triplet: CA, 8F and A9. RGB value is (202,143,169). Sum of RGB (Red+Green+Blue) = 202+143+169=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8FA9 is #357056. Grayscale: #A3A3A3. Windows color (decimal): -3502167 or 11112394. OLE color: 11112394.

HSL color Cylindrical-coordinate representation of color #CA8FA9: hue angle of 333.56º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8FA9 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202143169-
CMYK00.290.160.21
HSL333.56º35.76%67.65%-
HSV(B)333.56º29.21%79.22%-
XYZ41.3435.0742.13-
YUV163.6131.05155.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 169 (66.41% from 255) = 32.88%
R=39.30%
G=27.82%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214316900.290.160.21333.5635.7667.65
HexCA8FA901D101514e2444
Octal312217251035202551644104
Binary11001010100011111010100101110110000101011010011101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FA9; }

 p { color: rgb(202,143,169); }

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

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

 a { background-color: rgb(202,143,169); }

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

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

 span { border-color: rgb(202,143,169); }

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