#AB91BE

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

Shades of East Side #AB91BE

Tints of East Side #AB91BE

Color information

#AB91BE (or 0xAB91BE) is unknown color: approx East Side. HEX triplet: AB, 91 and BE. RGB value is (171,145,190). Sum of RGB (Red+Green+Blue) = 171+145+190=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB91BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91BE is #546E41. Grayscale: #9D9D9D. Windows color (decimal): -5533250 or 12489131. OLE color: 12489131.

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

Color convert

RGB171145190-
CMYK0.100.2400.25
HSL274.67º25.71%65.69%-
HSV(B)274.67º23.68%74.51%-
XYZ36.2132.6353.1-
YUV157.9146.11137.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 145 (57.03% from 255) = 28.66%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=33.79%
G=28.66%
B=37.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711451900.100.2400.25274.6725.7165.69
HexAB91BEA180191131a42
Octal253221276123003142332102
Binary101010111001000110111110101011000011001100010011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91BE; }

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

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

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

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

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

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

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

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