Html Css Color HEX #AB5AB9 Deep Lilac

📋 copy color: '#AB5AB9'

red 171 ◦ green 90 ◦ blue 185

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

Shades of Deep Lilac #AB5AB9

Tints of Deep Lilac #AB5AB9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.18%

 BLUE value IS 185 (72.66% from 255) = 41.48%

R = 38.34%
G = 20.18%
B = 41.48%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB5AB9 (or 0xAB5AB9) is known color: Deep Lilac. HEX triplet: AB, 5A and B9. RGB value is (171,90,185). Sum of RGB (Red+Green+Blue) = 171+90+185=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB5AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5AB9 is #54A546. Grayscale: #7C7C7C. Windows color (decimal): -5547335 or 12147371. OLE color: 12147371.

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

Color convert

RGB 171 90 185 -
CMYK 0.08 0.51 0 0.27
HSL 291.16º 0.4% 0.54% -
HSV(B) 291.16º 0.51% 0.73% -
XYZ 29.21 19.47 48.12 -
YUV 125.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 171 90 185 0.08 0.51 0 0.27 291.16 0.4 0.54
Hex AB 5A B9 8 33 0 1B 123 28 36
Octal 253 132 271 10 63 0 33 443 50 66
Binary 10101011 1011010 10111001 1000 110011 0 11011 100100011 101000 110110

Color Harmonies of #AB5AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5AB9

Black with #AB5AB9

Text Example


Text Example

White with #AB5AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5AB9; }

 p { color: rgb(171,90,185); }

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

background-color css

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

 a { background-color: rgb(171,90,185); }

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

border-color css

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

 span { border-color: rgb(171,90,185); }

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