Html Css Color HEX #A24ECD Deep Lilac

📋 copy color: '#A24ECD'

red 162 ◦ green 78 ◦ blue 205

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

Shades of Deep Lilac #A24ECD

Tints of Deep Lilac #A24ECD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.53%

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

R = 36.4%
G = 17.53%
B = 46.07%

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

#A24ECD (or 0xA24ECD) is known color: Deep Lilac. HEX triplet: A2, 4E and CD. RGB value is (162,78,205). Sum of RGB (Red+Green+Blue) = 162+78+205=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #A24ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24ECD is #5DB132. Grayscale: #757575. Windows color (decimal): -6140211 or 13455010. OLE color: 13455010.

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

Color convert

RGB 162 78 205 -
CMYK 0.21 0.62 0 0.20
HSL 279.69º 0.56% 0.55% -
HSV(B) 279.69º 0.62% 0.8% -
XYZ 28.64 17.54 59.63 -
YUV 117.59 177.33 159.67 -
System Red Green Blue C M Y K H S L
Decimal 162 78 205 0.21 0.62 0 0.20 279.69 0.56 0.55
Hex A2 4E CD 15 3E 0 14 118 38 37
Octal 242 116 315 25 76 0 24 430 70 67
Binary 10100010 1001110 11001101 10101 111110 0 10100 100011000 111000 110111

Color Harmonies of #A24ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24ECD

Black with #A24ECD

Text Example


Text Example

White with #A24ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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