#C58ACA

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

Shades of Lilac #C58ACA

Tints of Lilac #C58ACA

Color information

#C58ACA (or 0xC58ACA) is unknown color: approx Lilac. HEX triplet: C5, 8A and CA. RGB value is (197,138,202). Sum of RGB (Red+Green+Blue) = 197+138+202=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #C58ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ACA is #3A7535. Grayscale: #A2A2A2. Windows color (decimal): -3831094 or 13273797. OLE color: 13273797.

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

Color convert

RGB197138202-
CMYK0.020.3200.21
HSL295.31º37.65%66.67%-
HSV(B)295.31º31.68%79.22%-
XYZ42.7834.3160.25-
YUV162.94150.05152.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.69%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=36.69%
G=25.70%
B=37.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971382020.020.3200.21295.3137.6566.67
HexC58ACA2200151272643
Octal30521231224002544746103
Binary110001011000101011001010101000000101011001001111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58ACA; }

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

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

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

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

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

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

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

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