#AB7EBE

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

Shades of East Side #AB7EBE

Tints of East Side #AB7EBE

Color information

#AB7EBE (or 0xAB7EBE) is unknown color: approx East Side. HEX triplet: AB, 7E and BE. RGB value is (171,126,190). Sum of RGB (Red+Green+Blue) = 171+126+190=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB7EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7EBE is #548141. Grayscale: #929292. Windows color (decimal): -5538114 or 12484267. OLE color: 12484267.

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

Color convert

RGB171126190-
CMYK0.100.3400.25
HSL282.19º32.99%61.96%-
HSV(B)282.19º33.68%74.51%-
XYZ33.5527.352.22-
YUV146.75152.41145.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 126 (49.61% from 255) = 25.87%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=35.11%
G=25.87%
B=39.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711261900.100.3400.25282.1932.9961.96
HexAB7EBEA2201911a213e
Octal25317627612420314324176
Binary101010111111110101111101010100010011001100011010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7EBE; }

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

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

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

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

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

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

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

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