#AB70BB

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

Shades of East Side #AB70BB

Tints of East Side #AB70BB

Color information

#AB70BB (or 0xAB70BB) is unknown color: approx East Side. HEX triplet: AB, 70 and BB. RGB value is (171,112,187). Sum of RGB (Red+Green+Blue) = 171+112+187=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB70BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70BB is #548F44. Grayscale: #898989. Windows color (decimal): -5541701 or 12284075. OLE color: 12284075.

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

Color convert

RGB171112187-
CMYK0.090.4000.27
HSL287.2º35.55%58.63%-
HSV(B)287.2º40.11%73.33%-
XYZ31.5623.8349.95-
YUV138.19155.55151.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 112 (44.14% from 255) = 23.83%
BLUE value IS 187 (73.44% from 255) = 39.79%
R=36.38%
G=23.83%
B=39.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711121870.090.4000.27287.235.5558.63
HexAB70BB92801B11f243b
Octal25316027311500334374473
Binary101010111110000101110111001101000011011100011111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB70BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB70BB; }

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

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

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

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

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

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

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

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