#C5ACC8

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

Shades of Lilac #C5ACC8

Tints of Lilac #C5ACC8

Color information

#C5ACC8 (or 0xC5ACC8) is unknown color: approx Lilac. HEX triplet: C5, AC and C8. RGB value is (197,172,200). Sum of RGB (Red+Green+Blue) = 197+172+200=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 200 - color contains mainly: blue. Hex color #C5ACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACC8 is #3A5337. Grayscale: #B6B6B6. Windows color (decimal): -3822392 or 13151429. OLE color: 13151429.

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

Color convert

RGB197172200-
CMYK0.020.1400.22
HSL293.57º20.29%72.94%-
HSV(B)293.57º14%78.43%-
XYZ48.245.5560.89-
YUV182.67137.78138.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.62%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 200 (78.52% from 255) = 35.15%
R=34.62%
G=30.23%
B=35.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971722000.020.1400.22293.5720.2972.94
HexC5ACC82E0161261449
Octal30525431021602644624111
Binary110001011010110011001000101110010110100100110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACC8; }

 p { color: rgb(197,172,200); }

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

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

 a { background-color: rgb(197,172,200); }

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

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

 span { border-color: rgb(197,172,200); }

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