#AB93BE

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

Shades of East Side #AB93BE

Tints of East Side #AB93BE

Color information

#AB93BE (or 0xAB93BE) is unknown color: approx East Side. HEX triplet: AB, 93 and BE. RGB value is (171,147,190). Sum of RGB (Red+Green+Blue) = 171+147+190=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB93BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93BE is #546C41. Grayscale: #9E9E9E. Windows color (decimal): -5532738 or 12489643. OLE color: 12489643.

HSL color Cylindrical-coordinate representation of color #AB93BE: hue angle of 273.49º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB93BE is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171147190-
CMYK0.100.2300.25
HSL273.49º24.86%66.08%-
HSV(B)273.49º22.63%74.51%-
XYZ36.5233.2453.21-
YUV159.08145.45136.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=33.66%
G=28.94%
B=37.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711471900.100.2300.25273.4924.8666.08
HexAB93BEA170191111942
Octal253223276122703142131102
Binary101010111001001110111110101010111011001100010001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB93BE; }

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

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

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

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

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

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

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

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