Html Css Color HEX #AB61B8 Deep Lilac

📋 copy color: '#AB61B8'

red 171 ◦ green 97 ◦ blue 184

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

Shades of Deep Lilac #AB61B8

Tints of Deep Lilac #AB61B8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.46%

 BLUE value IS 184 (72.27% from 255) = 40.71%

R = 37.83%
G = 21.46%
B = 40.71%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB61B8 (or 0xAB61B8) is known color: Deep Lilac. HEX triplet: AB, 61 and B8. RGB value is (171,97,184). Sum of RGB (Red+Green+Blue) = 171+97+184=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB61B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61B8 is #549E47. Grayscale: #808080. Windows color (decimal): -5545544 or 12083627. OLE color: 12083627.

HSL color Cylindrical-coordinate representation of color #AB61B8: hue angle of 291.03º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB61B8 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 97 184 -
CMYK 0.07 0.47 0 0.28
HSL 291.03º 0.38% 0.55% -
HSV(B) 291.03º 0.47% 0.72% -
XYZ 29.72 20.67 47.77 -
YUV 129.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 171 97 184 0.07 0.47 0 0.28 291.03 0.38 0.55
Hex AB 61 B8 7 2F 0 1C 123 26 37
Octal 253 141 270 7 57 0 34 443 46 67
Binary 10101011 1100001 10111000 111 101111 0 11100 100100011 100110 110111

Color Harmonies of #AB61B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61B8

Black with #AB61B8

Text Example


Text Example

White with #AB61B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61B8; }

 p { color: rgb(171,97,184); }

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

background-color css

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

 a { background-color: rgb(171,97,184); }

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

border-color css

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

 span { border-color: rgb(171,97,184); }

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