#A580AD

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

Shades of East Side #A580AD

Tints of East Side #A580AD

Color information

#A580AD (or 0xA580AD) is unknown color: approx East Side. HEX triplet: A5, 80 and AD. RGB value is (165,128,173). Sum of RGB (Red+Green+Blue) = 165+128+173=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #A580AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A580AD is #5A7F52. Grayscale: #909090. Windows color (decimal): -5930835 or 11370661. OLE color: 11370661.

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

Color convert

RGB165128173-
CMYK0.050.2600.32
HSL289.33º21.53%59.02%-
HSV(B)289.33º26.01%67.84%-
XYZ30.7826.4543.02-
YUV144.19144.26142.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.41%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=35.41%
G=27.47%
B=37.12%

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
Decimal1651281730.050.2600.32289.3321.5359.02
HexA580AD51A020121163b
Octal2452002555320404412673
Binary10100101100000001010110110111010010000010010000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A580AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A580AD; }

 p { color: rgb(165,128,173); }

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

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

 a { background-color: rgb(165,128,173); }

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

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

 span { border-color: rgb(165,128,173); }

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