#AB7AC0

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

Shades of East Side #AB7AC0

Tints of East Side #AB7AC0

Color information

#AB7AC0 (or 0xAB7AC0) is unknown color: approx East Side. HEX triplet: AB, 7A and C0. RGB value is (171,122,192). Sum of RGB (Red+Green+Blue) = 171+122+192=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB7AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7AC0 is #54853F. Grayscale: #909090. Windows color (decimal): -5539136 or 12614315. OLE color: 12614315.

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

Color convert

RGB171122192-
CMYK0.110.3600.25
HSL282º35.71%61.57%-
HSV(B)282º36.46%75.29%-
XYZ33.2726.3853.21-
YUV144.63154.73146.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 122 (48.05% from 255) = 25.15%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=35.26%
G=25.15%
B=39.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711221920.110.3600.2528235.7161.57
HexAB7AC0B2401911a243e
Octal25317230013440314324476
Binary101010111111010110000001011100100011001100011010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7AC0; }

 p { color: rgb(171,122,192); }

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

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

 a { background-color: rgb(171,122,192); }

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

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

 span { border-color: rgb(171,122,192); }

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