#A585AA

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

Shades of Amethyst Smoke #A585AA

Tints of Amethyst Smoke #A585AA

Color information

#A585AA (or 0xA585AA) is unknown color: approx Amethyst Smoke. HEX triplet: A5, 85 and AA. RGB value is (165,133,170). Sum of RGB (Red+Green+Blue) = 165+133+170=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #A585AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A585AA is #5A7A55. Grayscale: #929292. Windows color (decimal): -5929558 or 11175333. OLE color: 11175333.

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

Color convert

RGB165133170-
CMYK0.030.2200.33
HSL291.89º17.87%59.41%-
HSV(B)291.89º21.76%66.67%-
XYZ31.1627.6841.73-
YUV146.79141.1140.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=35.26%
G=28.42%
B=36.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651331700.030.2200.33291.8917.8759.41
HexA585AA316021124123b
Octal2452052523260414442273
Binary1010010110000101101010101110110010000110010010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585AA; }

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

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

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

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

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

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

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

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