#AB72B9

Color #AB72B9 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AB72B9

Tints of East Side #AB72B9

Color information

#AB72B9 (or 0xAB72B9) is unknown color: approx East Side. HEX triplet: AB, 72 and B9. RGB value is (171,114,185). Sum of RGB (Red+Green+Blue) = 171+114+185=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB72B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB72B9 is #548D46. Grayscale: #8A8A8A. Windows color (decimal): -5541191 or 12153515. OLE color: 12153515.

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

Color convert

RGB171114185-
CMYK0.080.3800.27
HSL288.17º33.65%58.63%-
HSV(B)288.17º38.38%72.55%-
XYZ31.5724.248.91-
YUV139.14153.88150.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 114 (44.92% from 255) = 24.26%
BLUE value IS 185 (72.66% from 255) = 39.36%
R=36.38%
G=24.26%
B=39.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711141850.080.3800.27288.1733.6558.63
HexAB72B982601B120223b
Octal25316227110460334404273
Binary101010111110010101110011000100110011011100100000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB72B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB72B9; }

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

 H1.HeaderClassName
 {
   color: #AB72B9;
 }
 .AnyTagClassName
 {
   color: #AB72B9;
 }
</style>
background-color css

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

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

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

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

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

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