#C9AFCA

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

Shades of Lilac #C9AFCA

Tints of Lilac #C9AFCA

Color information

#C9AFCA (or 0xC9AFCA) is unknown color: approx Lilac. HEX triplet: C9, AF and CA. RGB value is (201,175,202). Sum of RGB (Red+Green+Blue) = 201+175+202=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 202 - color contains mainly: blue. Hex color #C9AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFCA is #365035. Grayscale: #B9B9B9. Windows color (decimal): -3559478 or 13283273. OLE color: 13283273.

HSL color Cylindrical-coordinate representation of color #C9AFCA: hue angle of 297.78º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9AFCA is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB201175202-
CMYK0.000.1300.21
HSL297.78º20.3%73.92%-
HSV(B)297.78º13.37%79.22%-
XYZ50.0847.3462.38-
YUV185.85137.11138.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.78%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=34.78%
G=30.28%
B=34.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011752020.000.1300.21297.7820.373.92
HexC9AFCA0D01512a144a
Octal31125731201502545224112
Binary11001001101011111100101001101010101100101010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFCA; }

 p { color: rgb(201,175,202); }

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

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

 a { background-color: rgb(201,175,202); }

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

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

 span { border-color: rgb(201,175,202); }

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