Html Css Color HEX #AB52BD Deep Lilac

📋 copy color: '#AB52BD'

red 171 ◦ green 82 ◦ blue 189

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

Shades of Deep Lilac #AB52BD

Tints of Deep Lilac #AB52BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.76%

R = 38.69%
G = 18.55%
B = 42.76%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB52BD (or 0xAB52BD) is known color: Deep Lilac. HEX triplet: AB, 52 and BD. RGB value is (171,82,189). Sum of RGB (Red+Green+Blue) = 171+82+189=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB52BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB52BD is #54AD42. Grayscale: #787878. Windows color (decimal): -5549379 or 12407467. OLE color: 12407467.

HSL color Cylindrical-coordinate representation of color #AB52BD: hue angle of 289.91º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB52BD is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 82 189 -
CMYK 0.10 0.57 0 0.26
HSL 289.91º 0.45% 0.53% -
HSV(B) 289.91º 0.57% 0.74% -
XYZ 29 18.37 50.16 -
YUV 120.81 166.49 163.8 -
System Red Green Blue C M Y K H S L
Decimal 171 82 189 0.10 0.57 0 0.26 289.91 0.45 0.53
Hex AB 52 BD A 39 0 1A 122 2D 35
Octal 253 122 275 12 71 0 32 442 55 65
Binary 10101011 1010010 10111101 1010 111001 0 11010 100100010 101101 110101

Color Harmonies of #AB52BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB52BD

Black with #AB52BD

Text Example


Text Example

White with #AB52BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB52BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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