#A24BC1

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

Shades of Deep Lilac #A24BC1

Tints of Deep Lilac #A24BC1

Color information

#A24BC1 (or 0xA24BC1) is unknown color: approx Deep Lilac. HEX triplet: A2, 4B and C1. RGB value is (162,75,193). Sum of RGB (Red+Green+Blue) = 162+75+193=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #A24BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24BC1 is #5DB43E. Grayscale: #727272. Windows color (decimal): -6140991 or 12667810. OLE color: 12667810.

HSL color Cylindrical-coordinate representation of color #A24BC1: hue angle of 284.24º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A24BC1 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16275193-
CMYK0.160.6100.24
HSL284.24º48.76%52.55%-
HSV(B)284.24º61.14%75.69%-
XYZ27.0416.5652.22-
YUV114.46172.32161.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.67%
GREEN value IS 75 (29.69% from 255) = 17.44%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=37.67%
G=17.44%
B=44.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162751930.160.6100.24284.2448.7652.55
HexA24BC1103D01811c3135
Octal24211330120750304346165
Binary1010001010010111100000110000111101011000100011100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24BC1; }

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

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

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

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

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

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

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

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