#A581AE

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

Shades of East Side #A581AE

Tints of East Side #A581AE

Color information

#A581AE (or 0xA581AE) is unknown color: approx East Side. HEX triplet: A5, 81 and AE. RGB value is (165,129,174). Sum of RGB (Red+Green+Blue) = 165+129+174=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #A581AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A581AE is #5A7E51. Grayscale: #909090. Windows color (decimal): -5930578 or 11436453. OLE color: 11436453.

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

Color convert

RGB165129174-
CMYK0.050.2600.32
HSL288º21.74%59.41%-
HSV(B)288º25.86%68.24%-
XYZ31.0126.7643.57-
YUV144.89144.43142.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 129 (50.78% from 255) = 27.56%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=35.26%
G=27.56%
B=37.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651291740.050.2600.3228821.7459.41
HexA581AE51A020120163b
Octal2452012565320404402673
Binary10100101100000011010111010111010010000010010000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A581AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A581AE; }

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

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

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

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

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

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

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

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