#AB8EBE

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

Shades of East Side #AB8EBE

Tints of East Side #AB8EBE

Color information

#AB8EBE (or 0xAB8EBE) is unknown color: approx East Side. HEX triplet: AB, 8E and BE. RGB value is (171,142,190). Sum of RGB (Red+Green+Blue) = 171+142+190=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB8EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8EBE is #547141. Grayscale: #9B9B9B. Windows color (decimal): -5534018 or 12488363. OLE color: 12488363.

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

Color convert

RGB171142190-
CMYK0.100.2500.25
HSL276.25º26.97%65.1%-
HSV(B)276.25º25.26%74.51%-
XYZ35.7631.7252.95-
YUV156.14147.11138.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=34.00%
G=28.23%
B=37.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711421900.100.2500.25276.2526.9765.1
HexAB8EBEA190191141b41
Octal253216276123103142433101
Binary101010111000111010111110101011001011001100010100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8EBE; }

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

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

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

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

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

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

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

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