#AB7EC4

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

Shades of East Side #AB7EC4

Tints of East Side #AB7EC4

Color information

#AB7EC4 (or 0xAB7EC4) is unknown color: approx East Side. HEX triplet: AB, 7E and C4. RGB value is (171,126,196). Sum of RGB (Red+Green+Blue) = 171+126+196=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB7EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7EC4 is #54813B. Grayscale: #939393. Windows color (decimal): -5538108 or 12877483. OLE color: 12877483.

HSL color Cylindrical-coordinate representation of color #AB7EC4: hue angle of 278.57º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB7EC4 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171126196-
CMYK0.130.3600.23
HSL278.57º37.23%63.14%-
HSV(B)278.57º35.71%76.86%-
XYZ34.2227.5755.74-
YUV147.43155.41144.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 126 (49.61% from 255) = 25.56%
BLUE value IS 196 (76.95% from 255) = 39.76%
R=34.69%
G=25.56%
B=39.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711261960.130.3600.23278.5737.2363.14
HexAB7EC4D24017117253f
Octal25317630415440274274577
Binary101010111111110110001001101100100010111100010111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7EC4; }

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

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

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

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

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

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

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

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