#AB93BA

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

Shades of East Side #AB93BA

Tints of East Side #AB93BA

Color information

#AB93BA (or 0xAB93BA) is unknown color: approx East Side. HEX triplet: AB, 93 and BA. RGB value is (171,147,186). Sum of RGB (Red+Green+Blue) = 171+147+186=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB93BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93BA is #546C45. Grayscale: #9E9E9E. Windows color (decimal): -5532742 or 12227499. OLE color: 12227499.

HSL color Cylindrical-coordinate representation of color #AB93BA: hue angle of 276.92º degrees, saturation: 0.22, 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 #AB93BA is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171147186-
CMYK0.080.2100.27
HSL276.92º22.03%65.29%-
HSV(B)276.92º20.97%72.94%-
XYZ36.0933.0750.94-
YUV158.62143.45136.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 147 (57.81% from 255) = 29.17%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=33.93%
G=29.17%
B=36.90%

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
Decimal1711471860.080.2100.27276.9222.0365.29
HexAB93BA81501B1151641
Octal253223272102503342526101
Binary101010111001001110111010100010101011011100010101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB93BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB93BA; }

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

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

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

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

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

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

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

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