#A24CBE

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

Shades of Deep Lilac #A24CBE

Tints of Deep Lilac #A24CBE

Color information

#A24CBE (or 0xA24CBE) is unknown color: approx Deep Lilac. HEX triplet: A2, 4C and BE. RGB value is (162,76,190). Sum of RGB (Red+Green+Blue) = 162+76+190=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #A24CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24CBE is #5DB341. Grayscale: #727272. Windows color (decimal): -6140738 or 12471458. OLE color: 12471458.

HSL color Cylindrical-coordinate representation of color #A24CBE: hue angle of 285.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24CBE is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16276190-
CMYK0.150.6000.25
HSL285.26º46.72%52.16%-
HSV(B)285.26º60%74.51%-
XYZ26.7816.5750.5-
YUV114.71170.49161.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 76 (30.08% from 255) = 17.76%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=37.85%
G=17.76%
B=44.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162761900.150.6000.25285.2646.7252.16
HexA24CBEF3C01911d2f34
Octal24211427617740314355764
Binary101000101001100101111101111111100011001100011101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24CBE; }

 p { color: rgb(162,76,190); }

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

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

 a { background-color: rgb(162,76,190); }

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

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

 span { border-color: rgb(162,76,190); }

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