#C6AFC3

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

Shades of Lilac #C6AFC3

Tints of Lilac #C6AFC3

Color information

#C6AFC3 (or 0xC6AFC3) is unknown color: approx Lilac. HEX triplet: C6, AF and C3. RGB value is (198,175,195). Sum of RGB (Red+Green+Blue) = 198+175+195=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFC3 is #39503C. Grayscale: #B8B8B8. Windows color (decimal): -3756093 or 12824518. OLE color: 12824518.

HSL color Cylindrical-coordinate representation of color #C6AFC3: hue angle of 307.83º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6AFC3 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB198175195-
CMYK00.120.020.22
HSL307.83º16.79%73.14%-
HSV(B)307.83º11.62%77.65%-
XYZ48.4746.6158.07-
YUV184.16134.12137.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.86%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 195 (76.56% from 255) = 34.33%
R=34.86%
G=30.81%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817519500.120.020.22307.8316.7973.14
HexC6AFC30C2161341149
Octal30625730301422646421111
Binary110001101010111111000011011001010110100110100100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFC3; }

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

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

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

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

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

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

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

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