#C58ABE

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

Shades of Lilac #C58ABE

Tints of Lilac #C58ABE

Color information

#C58ABE (or 0xC58ABE) is unknown color: approx Lilac. HEX triplet: C5, 8A and BE. RGB value is (197,138,190). Sum of RGB (Red+Green+Blue) = 197+138+190=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C58ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ABE is #3A7541. Grayscale: #A1A1A1. Windows color (decimal): -3831106 or 12487365. OLE color: 12487365.

HSL color Cylindrical-coordinate representation of color #C58ABE: hue angle of 307.12º 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 #C58ABE is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197138190-
CMYK00.300.040.23
HSL307.12º33.71%65.69%-
HSV(B)307.12º29.95%77.25%-
XYZ41.4133.7653.05-
YUV161.57144.05153.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.52%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=37.52%
G=26.29%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713819000.300.040.23307.1233.7165.69
HexC58ABE01E4171332242
Octal30521227603642746342102
Binary110001011000101010111110011110100101111001100111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58ABE; }

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

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

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

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

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

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

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

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