Html Css Color HEX #A24BCD Deep Lilac

📋 copy color: '#A24BCD'

red 162 ◦ green 75 ◦ blue 205

#A24BCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #A24BCD

Tints of Deep Lilac #A24BCD

RGB

 RED value IS 162 (63.67% from 255) = 36.65%

 GREEN value IS 75 (29.69% from 255) = 16.97%

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 36.65%
G = 16.97%
B = 46.38%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A24BCD (or 0xA24BCD) is known color: Deep Lilac. HEX triplet: A2, 4B and CD. RGB value is (162,75,205). Sum of RGB (Red+Green+Blue) = 162+75+205=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #A24BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24BCD is #5DB432. Grayscale: #737373. Windows color (decimal): -6140979 or 13454242. OLE color: 13454242.

HSL color Cylindrical-coordinate representation of color #A24BCD: hue angle of 280.15º degrees, saturation: 0.57, 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 #A24BCD is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 75 205 -
CMYK 0.21 0.63 0 0.20
HSL 280.15º 0.57% 0.55% -
HSV(B) 280.15º 0.63% 0.8% -
XYZ 28.44 17.12 59.56 -
YUV 115.83 178.32 160.93 -
System Red Green Blue C M Y K H S L
Decimal 162 75 205 0.21 0.63 0 0.20 280.15 0.57 0.55
Hex A2 4B CD 15 3F 0 14 118 39 37
Octal 242 113 315 25 77 0 24 430 71 67
Binary 10100010 1001011 11001101 10101 111111 0 10100 100011000 111001 110111

Color Harmonies of #A24BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24BCD

Black with #A24BCD

Text Example


Text Example

White with #A24BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24BCD; }

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

 H1.HeaderClassName
 {
   color: #A24BCD;
 }
 .AnyTagClassName
 {
   color: #A24BCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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