#C48ABE

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

Shades of Lilac #C48ABE

Tints of Lilac #C48ABE

Color information

#C48ABE (or 0xC48ABE) is unknown color: approx Lilac. HEX triplet: C4, 8A and BE. RGB value is (196,138,190). Sum of RGB (Red+Green+Blue) = 196+138+190=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C48ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ABE is #3B7541. Grayscale: #A1A1A1. Windows color (decimal): -3896642 or 12487364. OLE color: 12487364.

HSL color Cylindrical-coordinate representation of color #C48ABE: hue angle of 306.21º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48ABE is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196138190-
CMYK00.300.030.23
HSL306.21º32.95%65.49%-
HSV(B)306.21º29.59%76.86%-
XYZ41.1533.6353.04-
YUV161.27144.22152.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.40%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=37.40%
G=26.34%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613819000.300.030.23306.2132.9565.49
HexC48ABE01E3171322141
Octal30421227603632746241101
Binary11000100100010101011111001111011101111001100101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48ABE; }

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

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

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

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

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

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

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

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