#AB72BC

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

Shades of East Side #AB72BC

Tints of East Side #AB72BC

Color information

#AB72BC (or 0xAB72BC) is unknown color: approx East Side. HEX triplet: AB, 72 and BC. RGB value is (171,114,188). Sum of RGB (Red+Green+Blue) = 171+114+188=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB72BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB72BC is #548D43. Grayscale: #8B8B8B. Windows color (decimal): -5541188 or 12350123. OLE color: 12350123.

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

Color convert

RGB171114188-
CMYK0.090.3900.26
HSL286.22º35.58%59.22%-
HSV(B)286.22º39.36%73.73%-
XYZ31.8924.3250.59-
YUV139.48155.38150.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=36.15%
G=24.10%
B=39.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711141880.090.3900.26286.2235.5859.22
HexAB72BC92701A11e243b
Octal25316227411470324364473
Binary101010111110010101111001001100111011010100011110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB72BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB72BC; }

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

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

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

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

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

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

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

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