#A084AE

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

Shades of East Side #A084AE

Tints of East Side #A084AE

Color information

#A084AE (or 0xA084AE) is unknown color: approx East Side. HEX triplet: A0, 84 and AE. RGB value is (160,132,174). Sum of RGB (Red+Green+Blue) = 160+132+174=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 132 (51.95% from 255 or 28.33% 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 #A084AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A084AE is #5F7B51. Grayscale: #919191. Windows color (decimal): -6257490 or 11437216. OLE color: 11437216.

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

Color convert

RGB160132174-
CMYK0.080.2400.32
HSL280º20.59%60%-
HSV(B)280º24.14%68.24%-
XYZ30.3927.0343.66-
YUV145.16144.28138.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 132 (51.95% from 255) = 28.33%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=34.33%
G=28.33%
B=37.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601321740.080.2400.3228020.5960
HexA084AE818020118153c
Octal24020425610300404302574
Binary101000001000010010101110100011000010000010001100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A084AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A084AE; }

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

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

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

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

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

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

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

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