#A24BCC

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

Shades of Deep Lilac #A24BCC

Tints of Deep Lilac #A24BCC

Color information

#A24BCC (or 0xA24BCC) is unknown color: approx Deep Lilac. HEX triplet: A2, 4B and CC. RGB value is (162,75,204). Sum of RGB (Red+Green+Blue) = 162+75+204=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #A24BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24BCC is #5DB433. Grayscale: #737373. Windows color (decimal): -6140980 or 13388706. OLE color: 13388706.

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

Color convert

RGB16275204-
CMYK0.210.6300.2
HSL280.47º55.84%54.71%-
HSV(B)280.47º63.24%80%-
XYZ28.3217.0758.93-
YUV115.72177.82161.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=36.73%
G=17.01%
B=46.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal162752040.210.6300.2280.4755.8454.71
HexA24BCC153F0141183837
Octal24211331425770244307067
Binary1010001010010111100110010101111111010100100011000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24BCC; }

 p { color: rgb(162,75,204); }

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

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

 a { background-color: rgb(162,75,204); }

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

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

 span { border-color: rgb(162,75,204); }

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