#A153CB

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

Shades of Deep Lilac #A153CB

Tints of Deep Lilac #A153CB

Color information

#A153CB (or 0xA153CB) is unknown color: approx Deep Lilac. HEX triplet: A1, 53 and CB. RGB value is (161,83,203). Sum of RGB (Red+Green+Blue) = 161+83+203=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #A153CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A153CB is #5EAC34. Grayscale: #777777. Windows color (decimal): -6204469 or 13325217. OLE color: 13325217.

HSL color Cylindrical-coordinate representation of color #A153CB: hue angle of 279º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A153CB is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16183203-
CMYK0.210.5900.20
HSL279º53.57%56.08%-
HSV(B)279º59.11%79.61%-
XYZ28.5718.0858.48-
YUV120174.84157.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.02%
GREEN value IS 83 (32.81% from 255) = 18.57%
BLUE value IS 203 (79.69% from 255) = 45.41%
R=36.02%
G=18.57%
B=45.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161832030.210.5900.2027953.5756.08
HexA153CB153B0141173638
Octal24112331325730244276670
Binary1010000110100111100101110101111011010100100010111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A153CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A153CB; }

 p { color: rgb(161,83,203); }

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

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

 a { background-color: rgb(161,83,203); }

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

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

 span { border-color: rgb(161,83,203); }

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