Html Css Color HEX #A24AD0 Deep Lilac

📋 copy color: '#A24AD0'

red 162 ◦ green 74 ◦ blue 208

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

Shades of Deep Lilac #A24AD0

Tints of Deep Lilac #A24AD0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.67%

 BLUE value IS 208 (81.64% from 255) = 46.85%

R = 36.49%
G = 16.67%
B = 46.85%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A24AD0 (or 0xA24AD0) is known color: Deep Lilac. HEX triplet: A2, 4A and D0. RGB value is (162,74,208). Sum of RGB (Red+Green+Blue) = 162+74+208=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #A24AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24AD0 is #5DB52F. Grayscale: #737373. Windows color (decimal): -6141232 or 13650594. OLE color: 13650594.

HSL color Cylindrical-coordinate representation of color #A24AD0: hue angle of 279.4º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A24AD0 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 74 208 -
CMYK 0.22 0.64 0 0.18
HSL 279.4º 0.59% 0.55% -
HSV(B) 279.4º 0.64% 0.82% -
XYZ 28.73 17.13 61.47 -
YUV 115.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 162 74 208 0.22 0.64 0 0.18 279.4 0.59 0.55
Hex A2 4A D0 16 40 0 12 117 3B 37
Octal 242 112 320 26 100 0 22 427 73 67
Binary 10100010 1001010 11010000 10110 1000000 0 10010 100010111 111011 110111

Color Harmonies of #A24AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24AD0

Black with #A24AD0

Text Example


Text Example

White with #A24AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24AD0; }

 p { color: rgb(162,74,208); }

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

background-color css

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

 a { background-color: rgb(162,74,208); }

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

border-color css

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

 span { border-color: rgb(162,74,208); }

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