#AB72BB

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

Shades of East Side #AB72BB

Tints of East Side #AB72BB

Color information

#AB72BB (or 0xAB72BB) is unknown color: approx East Side. HEX triplet: AB, 72 and BB. RGB value is (171,114,187). Sum of RGB (Red+Green+Blue) = 171+114+187=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB72BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB72BB is #548D44. Grayscale: #8B8B8B. Windows color (decimal): -5541189 or 12284587. OLE color: 12284587.

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

Color convert

RGB171114187-
CMYK0.090.3900.27
HSL286.85º34.93%59.02%-
HSV(B)286.85º39.04%73.33%-
XYZ31.7824.2850.03-
YUV139.36154.88150.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 114 (44.92% from 255) = 24.15%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=36.23%
G=24.15%
B=39.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711141870.090.3900.27286.8534.9359.02
HexAB72BB92701B11f233b
Octal25316227311470334374373
Binary101010111110010101110111001100111011011100011111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB72BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB72BB; }

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

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

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

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

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

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

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

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