#C08ACA

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

Shades of Lilac #C08ACA

Tints of Lilac #C08ACA

Color information

#C08ACA (or 0xC08ACA) is unknown color: approx Lilac. HEX triplet: C0, 8A and CA. RGB value is (192,138,202). Sum of RGB (Red+Green+Blue) = 192+138+202=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #C08ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ACA is #3F7535. Grayscale: #A1A1A1. Windows color (decimal): -4158774 or 13273792. OLE color: 13273792.

HSL color Cylindrical-coordinate representation of color #C08ACA: hue angle of 290.62º 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 #C08ACA is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192138202-
CMYK0.050.3200.21
HSL290.62º37.65%66.67%-
HSV(B)290.62º31.68%79.22%-
XYZ41.4933.6560.19-
YUV161.44150.89149.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.09%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=36.09%
G=25.94%
B=37.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921382020.050.3200.21290.6237.6566.67
HexC08ACA5200151232643
Octal30021231254002544346103
Binary1100000010001010110010101011000000101011001000111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08ACA; }

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

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

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

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

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

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

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

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