#AB7EC1

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

Shades of East Side #AB7EC1

Tints of East Side #AB7EC1

Color information

#AB7EC1 (or 0xAB7EC1) is unknown color: approx East Side. HEX triplet: AB, 7E and C1. RGB value is (171,126,193). Sum of RGB (Red+Green+Blue) = 171+126+193=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB7EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7EC1 is #54813E. Grayscale: #929292. Windows color (decimal): -5538111 or 12680875. OLE color: 12680875.

HSL color Cylindrical-coordinate representation of color #AB7EC1: hue angle of 280.3º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB7EC1 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171126193-
CMYK0.110.3500.24
HSL280.3º35.08%62.55%-
HSV(B)280.3º34.72%75.69%-
XYZ33.8827.4353.96-
YUV147.09153.91145.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 126 (49.61% from 255) = 25.71%
BLUE value IS 193 (75.78% from 255) = 39.39%
R=34.90%
G=25.71%
B=39.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711261930.110.3500.24280.335.0862.55
HexAB7EC1B23018118233f
Octal25317630113430304304377
Binary101010111111110110000011011100011011000100011000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7EC1; }

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

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

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

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

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

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

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

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