#A880AE

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

Shades of East Side #A880AE

Tints of East Side #A880AE

Color information

#A880AE (or 0xA880AE) is unknown color: approx East Side. HEX triplet: A8, 80 and AE. RGB value is (168,128,174). Sum of RGB (Red+Green+Blue) = 168+128+174=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 174 - color contains mainly: blue. Hex color #A880AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A880AE is #577F51. Grayscale: #919191. Windows color (decimal): -5734226 or 11436200. OLE color: 11436200.

HSL color Cylindrical-coordinate representation of color #A880AE: hue angle of 292.17º 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 #A880AE is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168128174-
CMYK0.030.2600.32
HSL292.17º22.12%59.22%-
HSV(B)292.17º26.44%68.24%-
XYZ31.5126.8243.56-
YUV145.2144.25144.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=35.74%
G=27.23%
B=37.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681281740.030.2600.32292.1722.1259.22
HexA880AE31A020124163b
Octal2502002563320404442673
Binary1010100010000000101011101111010010000010010010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880AE; }

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

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

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

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

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

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

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

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