#AB70BA

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

Shades of East Side #AB70BA

Tints of East Side #AB70BA

Color information

#AB70BA (or 0xAB70BA) is unknown color: approx East Side. HEX triplet: AB, 70 and BA. RGB value is (171,112,186). Sum of RGB (Red+Green+Blue) = 171+112+186=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB70BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70BA is #548F45. Grayscale: #898989. Windows color (decimal): -5541702 or 12218539. OLE color: 12218539.

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

Color convert

RGB171112186-
CMYK0.080.4000.27
HSL287.84º34.91%58.43%-
HSV(B)287.84º39.78%72.94%-
XYZ31.4523.7949.39-
YUV138.08155.05151.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=36.46%
G=23.88%
B=39.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711121860.080.4000.27287.8434.9158.43
HexAB70BA82801B120233a
Octal25316027210500334404372
Binary101010111110000101110101000101000011011100100000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB70BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB70BA; }

 p { color: rgb(171,112,186); }

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

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

 a { background-color: rgb(171,112,186); }

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

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

 span { border-color: rgb(171,112,186); }

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