#AB8FBE

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

Shades of East Side #AB8FBE

Tints of East Side #AB8FBE

Color information

#AB8FBE (or 0xAB8FBE) is unknown color: approx East Side. HEX triplet: AB, 8F and BE. RGB value is (171,143,190). Sum of RGB (Red+Green+Blue) = 171+143+190=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB8FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FBE is #547041. Grayscale: #9C9C9C. Windows color (decimal): -5533762 or 12488619. OLE color: 12488619.

HSL color Cylindrical-coordinate representation of color #AB8FBE: hue angle of 275.74º 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 #AB8FBE is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171143190-
CMYK0.100.2500.25
HSL275.74º26.55%65.29%-
HSV(B)275.74º24.74%74.51%-
XYZ35.9132.0253-
YUV156.73146.78138.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 143 (56.25% from 255) = 28.37%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=33.93%
G=28.37%
B=37.70%

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
Decimal1711431900.100.2500.25275.7426.5565.29
HexAB8FBEA190191141b41
Octal253217276123103142433101
Binary101010111000111110111110101011001011001100010100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FBE; }

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

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

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

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

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

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

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

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