#a24cbf

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

Shades of Deep Lilac #A24CBF

Tints of Deep Lilac #A24CBF

Color information

#A24CBF (or 0xA24CBF) is unknown color: approx Deep Lilac. HEX triplet: A2, 4C and BF. RGB value is (162,76,191). Sum of RGB (Red+Green+Blue) = 162+76+191=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #A24CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24CBF is #5DB340. Grayscale: #727272. Windows color (decimal): -6140737 or 12536994. OLE color: 12536994.

HSL color Cylindrical-coordinate representation of color #A24CBF: hue angle of 284.87º 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 #A24CBF is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16276191-
CMYK0.150.6000.25
HSL284.87º47.33%52.35%-
HSV(B)284.87º60.21%74.9%-
XYZ26.8916.6151.08-
YUV114.82170.99161.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 76 (30.08% from 255) = 17.72%
BLUE value IS 191 (75% from 255) = 44.52%
R=37.76%
G=17.72%
B=44.52%

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
Decimal162761910.150.6000.25284.8747.3352.35
HexA24CBFF3C01911d2f34
Octal24211427717740314355764
Binary101000101001100101111111111111100011001100011101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a24cbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a24cbf; }

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

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

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

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

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

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

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

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