#AB92BA

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

Shades of East Side #AB92BA

Tints of East Side #AB92BA

Color information

#AB92BA (or 0xAB92BA) is unknown color: approx East Side. HEX triplet: AB, 92 and BA. RGB value is (171,146,186). Sum of RGB (Red+Green+Blue) = 171+146+186=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB92BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92BA is #546D45. Grayscale: #9D9D9D. Windows color (decimal): -5532998 or 12227243. OLE color: 12227243.

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

Color convert

RGB171146186-
CMYK0.080.2200.27
HSL277.5º22.47%65.1%-
HSV(B)277.5º21.51%72.94%-
XYZ35.9432.7650.88-
YUV158.04143.78137.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 146 (57.42% from 255) = 29.03%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=34.00%
G=29.03%
B=36.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711461860.080.2200.27277.522.4765.1
HexAB92BA81601B1161641
Octal253222272102603342626101
Binary101010111001001010111010100010110011011100010110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92BA; }

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

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

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

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

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

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

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

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