#AB93B9

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

Shades of East Side #AB93B9

Tints of East Side #AB93B9

Color information

#AB93B9 (or 0xAB93B9) is unknown color: approx East Side. HEX triplet: AB, 93 and B9. RGB value is (171,147,185). Sum of RGB (Red+Green+Blue) = 171+147+185=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB93B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93B9 is #546C46. Grayscale: #9E9E9E. Windows color (decimal): -5532743 or 12161963. OLE color: 12161963.

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

Color convert

RGB171147185-
CMYK0.080.2100.27
HSL277.89º21.35%65.1%-
HSV(B)277.89º20.54%72.55%-
XYZ35.9933.0350.38-
YUV158.51142.95136.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 185 (72.66% from 255) = 36.78%
R=34.00%
G=29.22%
B=36.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711471850.080.2100.27277.8921.3565.1
HexAB93B981501B1161541
Octal253223271102503342625101
Binary101010111001001110111001100010101011011100010110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB93B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB93B9; }

 p { color: rgb(171,147,185); }

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

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

 a { background-color: rgb(171,147,185); }

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

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

 span { border-color: rgb(171,147,185); }

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