#C08ABE

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

Shades of Lilac #C08ABE

Tints of Lilac #C08ABE

Color information

#C08ABE (or 0xC08ABE) is unknown color: approx Lilac. HEX triplet: C0, 8A and BE. RGB value is (192,138,190). Sum of RGB (Red+Green+Blue) = 192+138+190=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C08ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ABE is #3F7541. Grayscale: #9F9F9F. Windows color (decimal): -4158786 or 12487360. OLE color: 12487360.

HSL color Cylindrical-coordinate representation of color #C08ABE: hue angle of 302.22º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08ABE is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192138190-
CMYK00.280.010.25
HSL302.22º30%64.71%-
HSV(B)302.22º28.12%75.29%-
XYZ40.1233.152.99-
YUV160.07144.89150.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=36.92%
G=26.54%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213819000.280.010.25302.223064.71
HexC08ABE01C11912e1e41
Octal30021227603413145636101
Binary110000001000101010111110011100111001100101110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08ABE; }

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

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

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

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

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

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

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

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