Html Css Color HEX #A24BAE Deep Lilac

📋 copy color: '#A24BAE'

red 162 ◦ green 75 ◦ blue 174

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

Shades of Deep Lilac #A24BAE

Tints of Deep Lilac #A24BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 39.42%
G = 18.25%
B = 42.34%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A24BAE (or 0xA24BAE) is known color: Deep Lilac. HEX triplet: A2, 4B and AE. RGB value is (162,75,174). Sum of RGB (Red+Green+Blue) = 162+75+174=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #A24BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24BAE is #5DB451. Grayscale: #6F6F6F. Windows color (decimal): -6141010 or 11422626. OLE color: 11422626.

HSL color Cylindrical-coordinate representation of color #A24BAE: hue angle of 292.73º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24BAE is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 75 174 -
CMYK 0.07 0.57 0 0.32
HSL 292.73º 0.4% 0.49% -
HSV(B) 292.73º 0.57% 0.68% -
XYZ 25.06 15.77 41.77 -
YUV 112.3 162.82 163.45 -
System Red Green Blue C M Y K H S L
Decimal 162 75 174 0.07 0.57 0 0.32 292.73 0.4 0.49
Hex A2 4B AE 7 39 0 20 125 28 31
Octal 242 113 256 7 71 0 40 445 50 61
Binary 10100010 1001011 10101110 111 111001 0 100000 100100101 101000 110001

Color Harmonies of #A24BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24BAE

Black with #A24BAE

Text Example


Text Example

White with #A24BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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