#AB7FBE

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

Shades of East Side #AB7FBE

Tints of East Side #AB7FBE

Color information

#AB7FBE (or 0xAB7FBE) is unknown color: approx East Side. HEX triplet: AB, 7F and BE. RGB value is (171,127,190). Sum of RGB (Red+Green+Blue) = 171+127+190=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB7FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7FBE is #548041. Grayscale: #939393. Windows color (decimal): -5537858 or 12484523. OLE color: 12484523.

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

Color convert

RGB171127190-
CMYK0.100.3300.25
HSL281.9º32.64%62.16%-
HSV(B)281.9º33.16%74.51%-
XYZ33.6827.5552.26-
YUV147.34152.08144.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=35.04%
G=26.02%
B=38.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711271900.100.3300.25281.932.6462.16
HexAB7FBEA2101911a213e
Octal25317727612410314324176
Binary101010111111111101111101010100001011001100011010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7FBE; }

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

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

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

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

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

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

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

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