#AB94BA

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

Shades of East Side #AB94BA

Tints of East Side #AB94BA

Color information

#AB94BA (or 0xAB94BA) is unknown color: approx East Side. HEX triplet: AB, 94 and BA. RGB value is (171,148,186). Sum of RGB (Red+Green+Blue) = 171+148+186=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB94BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94BA is #546B45. Grayscale: #9F9F9F. Windows color (decimal): -5532486 or 12227755. OLE color: 12227755.

HSL color Cylindrical-coordinate representation of color #AB94BA: hue angle of 276.32º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB94BA is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171148186-
CMYK0.080.2000.27
HSL276.32º21.59%65.49%-
HSV(B)276.32º20.43%72.94%-
XYZ36.2533.3850.99-
YUV159.21143.12136.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=33.86%
G=29.31%
B=36.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711481860.080.2000.27276.3221.5965.49
HexAB94BA81401B1141641
Octal253224272102403342426101
Binary101010111001010010111010100010100011011100010100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94BA; }

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

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

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

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

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

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

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

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