#a24cb4

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

Shades of Deep Lilac #A24CB4

Tints of Deep Lilac #A24CB4

Color information

#A24CB4 (or 0xA24CB4) is unknown color: approx Deep Lilac. HEX triplet: A2, 4C and B4. RGB value is (162,76,180). Sum of RGB (Red+Green+Blue) = 162+76+180=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #A24CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24CB4 is #5DB34B. Grayscale: #717171. Windows color (decimal): -6140748 or 11816098. OLE color: 11816098.

HSL color Cylindrical-coordinate representation of color #A24CB4: hue angle of 289.62º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A24CB4 is Cyan = 0.1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16276180-
CMYK0.10.5800.29
HSL289.62º40.94%50.2%-
HSV(B)289.62º57.78%70.59%-
XYZ25.7216.1544.94-
YUV113.57165.49162.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 76 (30.08% from 255) = 18.18%
BLUE value IS 180 (70.70% from 255) = 43.06%
R=38.76%
G=18.18%
B=43.06%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162761800.10.5800.29289.6240.9450.2
HexA24CB4A3A01D1222932
Octal24211426412720354425162
Binary101000101001100101101001010111010011101100100010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a24cb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a24cb4; }

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

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

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

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

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

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

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

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