#C6AFCA

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

Shades of Lilac #C6AFCA

Tints of Lilac #C6AFCA

Color information

#C6AFCA (or 0xC6AFCA) is unknown color: approx Lilac. HEX triplet: C6, AF and CA. RGB value is (198,175,202). Sum of RGB (Red+Green+Blue) = 198+175+202=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFCA is #395035. Grayscale: #B8B8B8. Windows color (decimal): -3756086 or 13283270. OLE color: 13283270.

HSL color Cylindrical-coordinate representation of color #C6AFCA: hue angle of 291.11º 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 #C6AFCA is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB198175202-
CMYK0.020.1300.21
HSL291.11º20.3%73.92%-
HSV(B)291.11º13.37%79.22%-
XYZ49.2846.9362.34-
YUV184.96137.62137.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.43%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=34.43%
G=30.43%
B=35.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981752020.020.1300.21291.1120.373.92
HexC6AFCA2D015123144a
Octal30625731221502544324112
Binary110001101010111111001010101101010101100100011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFCA; }

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

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

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

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

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

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

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

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