#AB7EB1

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

Shades of East Side #AB7EB1

Tints of East Side #AB7EB1

Color information

#AB7EB1 (or 0xAB7EB1) is unknown color: approx East Side. HEX triplet: AB, 7E and B1. RGB value is (171,126,177). Sum of RGB (Red+Green+Blue) = 171+126+177=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB7EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7EB1 is #54814E. Grayscale: #919191. Windows color (decimal): -5538127 or 11632299. OLE color: 11632299.

HSL color Cylindrical-coordinate representation of color #AB7EB1: hue angle of 292.94º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7EB1 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171126177-
CMYK0.030.2900.31
HSL292.94º24.64%59.41%-
HSV(B)292.94º28.81%69.41%-
XYZ32.1926.7545.06-
YUV145.27145.91146.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 126 (49.61% from 255) = 26.58%
BLUE value IS 177 (69.53% from 255) = 37.34%
R=36.08%
G=26.58%
B=37.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711261770.030.2900.31292.9424.6459.41
HexAB7EB131D01F125193b
Octal2531762613350374453173
Binary10101011111111010110001111110101111110010010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7EB1; }

 p { color: rgb(171,126,177); }

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

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

 a { background-color: rgb(171,126,177); }

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

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

 span { border-color: rgb(171,126,177); }

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