Html Css Color HEX #A24ACD Deep Lilac

📋 copy color: '#A24ACD'

red 162 ◦ green 74 ◦ blue 205

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

Shades of Deep Lilac #A24ACD

Tints of Deep Lilac #A24ACD

RGB

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

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

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

R = 36.73%
G = 16.78%
B = 46.49%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A24ACD (or 0xA24ACD) is known color: Deep Lilac. HEX triplet: A2, 4A and CD. RGB value is (162,74,205). Sum of RGB (Red+Green+Blue) = 162+74+205=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #A24ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24ACD is #5DB532. Grayscale: #727272. Windows color (decimal): -6141235 or 13453986. OLE color: 13453986.

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

Color convert

RGB 162 74 205 -
CMYK 0.21 0.64 0 0.20
HSL 280.31º 0.57% 0.55% -
HSV(B) 280.31º 0.64% 0.8% -
XYZ 28.37 16.99 59.54 -
YUV 115.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 162 74 205 0.21 0.64 0 0.20 280.31 0.57 0.55
Hex A2 4A CD 15 40 0 14 118 39 37
Octal 242 112 315 25 100 0 24 430 71 67
Binary 10100010 1001010 11001101 10101 1000000 0 10100 100011000 111001 110111

Color Harmonies of #A24ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24ACD

Black with #A24ACD

Text Example


Text Example

White with #A24ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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