Html Css Color HEX #AB52BA Deep Lilac

📋 copy color: '#AB52BA'

red 171 ◦ green 82 ◦ blue 186

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

Shades of Deep Lilac #AB52BA

Tints of Deep Lilac #AB52BA

RGB

 RED value IS 171 (67.19% from 255) = 38.95%

 GREEN value IS 82 (32.42% from 255) = 18.68%

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 38.95%
G = 18.68%
B = 42.37%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB52BA (or 0xAB52BA) is known color: Deep Lilac. HEX triplet: AB, 52 and BA. RGB value is (171,82,186). Sum of RGB (Red+Green+Blue) = 171+82+186=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB52BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB52BA is #54AD45. Grayscale: #787878. Windows color (decimal): -5549382 or 12210859. OLE color: 12210859.

HSL color Cylindrical-coordinate representation of color #AB52BA: hue angle of 291.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB52BA is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 82 186 -
CMYK 0.08 0.56 0 0.27
HSL 291.35º 0.43% 0.53% -
HSV(B) 291.35º 0.56% 0.73% -
XYZ 28.67 18.24 48.46 -
YUV 120.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 171 82 186 0.08 0.56 0 0.27 291.35 0.43 0.53
Hex AB 52 BA 8 38 0 1B 123 2B 35
Octal 253 122 272 10 70 0 33 443 53 65
Binary 10101011 1010010 10111010 1000 111000 0 11011 100100011 101011 110101

Color Harmonies of #AB52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB52BA

Black with #AB52BA

Text Example


Text Example

White with #AB52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB52BA; }

 p { color: rgb(171,82,186); }

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

background-color css

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

 a { background-color: rgb(171,82,186); }

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

border-color css

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

 span { border-color: rgb(171,82,186); }

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