#C08AC1

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

Shades of Lilac #C08AC1

Tints of Lilac #C08AC1

Color information

#C08AC1 (or 0xC08AC1) is unknown color: approx Lilac. HEX triplet: C0, 8A and C1. RGB value is (192,138,193). Sum of RGB (Red+Green+Blue) = 192+138+193=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #C08AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08AC1 is #3F753E. Grayscale: #A0A0A0. Windows color (decimal): -4158783 or 12683968. OLE color: 12683968.

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

Color convert

RGB192138193-
CMYK0.010.2800.24
HSL298.91º30.73%64.9%-
HSV(B)298.91º28.5%75.69%-
XYZ40.4533.2354.73-
YUV160.42146.39150.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.71%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 193 (75.78% from 255) = 36.90%
R=36.71%
G=26.39%
B=36.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921381930.010.2800.24298.9130.7364.9
HexC08AC111C01812b1f41
Octal30021230113403045337101
Binary110000001000101011000001111100011000100101011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08AC1; }

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

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

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

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

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

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

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

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