#C5AFC3

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

Shades of Lilac #C5AFC3

Tints of Lilac #C5AFC3

Color information

#C5AFC3 (or 0xC5AFC3) is unknown color: approx Lilac. HEX triplet: C5, AF and C3. RGB value is (197,175,195). Sum of RGB (Red+Green+Blue) = 197+175+195=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFC3 is #3A503C. Grayscale: #B7B7B7. Windows color (decimal): -3821629 or 12824517. OLE color: 12824517.

HSL color Cylindrical-coordinate representation of color #C5AFC3: hue angle of 305.45º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5AFC3 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB197175195-
CMYK00.110.010.23
HSL305.45º15.94%72.94%-
HSV(B)305.45º11.17%77.25%-
XYZ48.2146.4758.06-
YUV183.86134.29137.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.74%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 195 (76.56% from 255) = 34.39%
R=34.74%
G=30.86%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717519500.110.010.23305.4515.9472.94
HexC5AFC30B1171311049
Octal30525730301312746120111
Binary11000101101011111100001101011110111100110001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFC3; }

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

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

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

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

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

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

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

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