Html Css Color HEX #A24DCD Deep Lilac

📋 copy color: '#A24DCD'

red 162 ◦ green 77 ◦ blue 205

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

Shades of Deep Lilac #A24DCD

Tints of Deep Lilac #A24DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.34%

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

R = 36.49%
G = 17.34%
B = 46.17%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A24DCD (or 0xA24DCD) is known color: Deep Lilac. HEX triplet: A2, 4D and CD. RGB value is (162,77,205). Sum of RGB (Red+Green+Blue) = 162+77+205=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #A24DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24DCD is #5DB232. Grayscale: #747474. Windows color (decimal): -6140467 or 13454754. OLE color: 13454754.

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

Color convert

RGB 162 77 205 -
CMYK 0.21 0.62 0 0.20
HSL 279.84º 0.56% 0.55% -
HSV(B) 279.84º 0.62% 0.8% -
XYZ 28.57 17.4 59.61 -
YUV 117.01 177.66 160.09 -
System Red Green Blue C M Y K H S L
Decimal 162 77 205 0.21 0.62 0 0.20 279.84 0.56 0.55
Hex A2 4D CD 15 3E 0 14 118 38 37
Octal 242 115 315 25 76 0 24 430 70 67
Binary 10100010 1001101 11001101 10101 111110 0 10100 100011000 111000 110111

Color Harmonies of #A24DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24DCD

Black with #A24DCD

Text Example


Text Example

White with #A24DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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