#AB84BB

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

Shades of East Side #AB84BB

Tints of East Side #AB84BB

Color information

#AB84BB (or 0xAB84BB) is unknown color: approx East Side. HEX triplet: AB, 84 and BB. RGB value is (171,132,187). Sum of RGB (Red+Green+Blue) = 171+132+187=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB84BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB84BB is #547B44. Grayscale: #959595. Windows color (decimal): -5536581 or 12289195. OLE color: 12289195.

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

Color convert

RGB171132187-
CMYK0.090.2900.27
HSL282.55º28.8%62.55%-
HSV(B)282.55º29.41%73.33%-
XYZ34.0228.7550.77-
YUV149.93148.92143.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=34.90%
G=26.94%
B=38.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711321870.090.2900.27282.5528.862.55
HexAB84BB91D01B11b1d3f
Octal25320427311350334333577
Binary10101011100001001011101110011110101101110001101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB84BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB84BB; }

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

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

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

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

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

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

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

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