#C58AC3

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

Shades of Lilac #C58AC3

Tints of Lilac #C58AC3

Color information

#C58AC3 (or 0xC58AC3) is unknown color: approx Lilac. HEX triplet: C5, 8A and C3. RGB value is (197,138,195). Sum of RGB (Red+Green+Blue) = 197+138+195=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 197 - color contains mainly: red. Hex color #C58AC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58AC3 is #3A753C. Grayscale: #A1A1A1. Windows color (decimal): -3831101 or 12815045. OLE color: 12815045.

HSL color Cylindrical-coordinate representation of color #C58AC3: hue angle of 302.03º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58AC3 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB197138195-
CMYK00.300.010.23
HSL302.03º33.71%65.69%-
HSV(B)302.03º29.95%77.25%-
XYZ41.9633.9955.98-
YUV162.14146.55152.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.17%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 195 (76.56% from 255) = 36.79%
R=37.17%
G=26.04%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713819500.300.010.23302.0333.7165.69
HexC58AC301E11712e2242
Octal30521230303612745642102
Binary1100010110001010110000110111101101111001011101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58AC3; }

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

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

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

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

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

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

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

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