#A081AE

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

Shades of East Side #A081AE

Tints of East Side #A081AE

Color information

#A081AE (or 0xA081AE) is unknown color: approx East Side. HEX triplet: A0, 81 and AE. RGB value is (160,129,174). Sum of RGB (Red+Green+Blue) = 160+129+174=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #A081AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A081AE is #5F7E51. Grayscale: #8F8F8F. Windows color (decimal): -6258258 or 11436448. OLE color: 11436448.

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

Color convert

RGB160129174-
CMYK0.080.2600.32
HSL281.33º21.74%59.41%-
HSV(B)281.33º25.86%68.24%-
XYZ29.9926.2343.53-
YUV143.4145.27139.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=34.56%
G=27.86%
B=37.58%

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
Decimal1601291740.080.2600.32281.3321.7459.41
HexA081AE81A020119163b
Octal24020125610320404312673
Binary101000001000000110101110100011010010000010001100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A081AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A081AE; }

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

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

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

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

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

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

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

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