#A080AE

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

Shades of East Side #A080AE

Tints of East Side #A080AE

Color information

#A080AE (or 0xA080AE) is unknown color: approx East Side. HEX triplet: A0, 80 and AE. RGB value is (160,128,174). Sum of RGB (Red+Green+Blue) = 160+128+174=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #A080AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A080AE is #5F7F51. Grayscale: #8E8E8E. Windows color (decimal): -6258514 or 11436192. OLE color: 11436192.

HSL color Cylindrical-coordinate representation of color #A080AE: hue angle of 281.74º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A080AE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160128174-
CMYK0.080.2600.32
HSL281.74º22.12%59.22%-
HSV(B)281.74º26.44%68.24%-
XYZ29.8625.9743.48-
YUV142.81145.6140.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=34.63%
G=27.71%
B=37.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601281740.080.2600.32281.7422.1259.22
HexA080AE81A02011a163b
Octal24020025610320404322673
Binary101000001000000010101110100011010010000010001101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080AE; }

 p { color: rgb(160,128,174); }

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

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

 a { background-color: rgb(160,128,174); }

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

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

 span { border-color: rgb(160,128,174); }

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