#C5ACCA

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

Shades of Lilac #C5ACCA

Tints of Lilac #C5ACCA

Color information

#C5ACCA (or 0xC5ACCA) is unknown color: approx Lilac. HEX triplet: C5, AC and CA. RGB value is (197,172,202). Sum of RGB (Red+Green+Blue) = 197+172+202=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5ACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACCA is #3A5335. Grayscale: #B6B6B6. Windows color (decimal): -3822390 or 13282501. OLE color: 13282501.

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

Color convert

RGB197172202-
CMYK0.020.1500.21
HSL290º22.06%73.33%-
HSV(B)290º14.85%79.22%-
XYZ48.4445.6462.13-
YUV182.9138.78138.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.50%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=34.50%
G=30.12%
B=35.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971722020.020.1500.2129022.0673.33
HexC5ACCA2F0151221649
Octal30525431221702544226111
Binary110001011010110011001010101111010101100100010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACCA; }

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

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

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

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

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

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

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

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