#A480AE

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

Shades of East Side #A480AE

Tints of East Side #A480AE

Color information

#A480AE (or 0xA480AE) is unknown color: approx East Side. HEX triplet: A4, 80 and AE. RGB value is (164,128,174). Sum of RGB (Red+Green+Blue) = 164+128+174=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #A480AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A480AE is #5B7F51. Grayscale: #8F8F8F. Windows color (decimal): -5996370 or 11436196. OLE color: 11436196.

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

Color convert

RGB164128174-
CMYK0.060.2600.32
HSL286.96º22.12%59.22%-
HSV(B)286.96º26.44%68.24%-
XYZ30.6726.3943.52-
YUV144.01144.93142.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=35.19%
G=27.47%
B=37.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641281740.060.2600.32286.9622.1259.22
HexA480AE61A02011f163b
Octal2442002566320404372673
Binary10100100100000001010111011011010010000010001111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A480AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A480AE; }

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

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

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

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

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

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

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

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