#A581AA

Color #A581AA Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #A581AA

Tints of Amethyst Smoke #A581AA

Color information

#A581AA (or 0xA581AA) is unknown color: approx Amethyst Smoke. HEX triplet: A5, 81 and AA. RGB value is (165,129,170). Sum of RGB (Red+Green+Blue) = 165+129+170=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #A581AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A581AA is #5A7E55. Grayscale: #909090. Windows color (decimal): -5930582 or 11174309. OLE color: 11174309.

HSL color Cylindrical-coordinate representation of color #A581AA: hue angle of 292.68º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A581AA is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165129170-
CMYK0.030.2400.33
HSL292.68º19.43%58.63%-
HSV(B)292.68º24.12%66.67%-
XYZ30.6226.641.55-
YUV144.44142.43142.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.56%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=35.56%
G=27.80%
B=36.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651291700.030.2400.33292.6819.4358.63
HexA581AA318021125133b
Octal2452012523300414452373
Binary1010010110000001101010101111000010000110010010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A581AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A581AA; }

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

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

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

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

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

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

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

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