Html Css Color HEX #A24BAF Deep Lilac

📋 copy color: '#A24BAF'

red 162 ◦ green 75 ◦ blue 175

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

Shades of Deep Lilac #A24BAF

Tints of Deep Lilac #A24BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.48%

R = 39.32%
G = 18.2%
B = 42.48%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A24BAF (or 0xA24BAF) is known color: Deep Lilac. HEX triplet: A2, 4B and AF. RGB value is (162,75,175). Sum of RGB (Red+Green+Blue) = 162+75+175=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #A24BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24BAF is #5DB450. Grayscale: #707070. Windows color (decimal): -6141009 or 11488162. OLE color: 11488162.

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

Color convert

RGB 162 75 175 -
CMYK 0.07 0.57 0 0.31
HSL 292.2º 0.4% 0.49% -
HSV(B) 292.2º 0.57% 0.69% -
XYZ 25.15 15.81 42.28 -
YUV 112.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 162 75 175 0.07 0.57 0 0.31 292.2 0.4 0.49
Hex A2 4B AF 7 39 0 1F 124 28 31
Octal 242 113 257 7 71 0 37 444 50 61
Binary 10100010 1001011 10101111 111 111001 0 11111 100100100 101000 110001

Color Harmonies of #A24BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24BAF

Black with #A24BAF

Text Example


Text Example

White with #A24BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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