#C28ACA

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

Shades of Lilac #C28ACA

Tints of Lilac #C28ACA

Color information

#C28ACA (or 0xC28ACA) is unknown color: approx Lilac. HEX triplet: C2, 8A and CA. RGB value is (194,138,202). Sum of RGB (Red+Green+Blue) = 194+138+202=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #C28ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ACA is #3D7535. Grayscale: #A1A1A1. Windows color (decimal): -4027702 or 13273794. OLE color: 13273794.

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

Color convert

RGB194138202-
CMYK0.040.3200.21
HSL292.5º37.65%66.67%-
HSV(B)292.5º31.68%79.22%-
XYZ4233.9160.21-
YUV162.04150.55150.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.33%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=36.33%
G=25.84%
B=37.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941382020.040.3200.21292.537.6566.67
HexC28ACA4200151242643
Octal30221231244002544446103
Binary1100001010001010110010101001000000101011001001001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28ACA; }

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

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

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

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

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

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

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

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