#A482AA

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

Shades of Amethyst Smoke #A482AA

Tints of Amethyst Smoke #A482AA

Color information

#A482AA (or 0xA482AA) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 82 and AA. RGB value is (164,130,170). Sum of RGB (Red+Green+Blue) = 164+130+170=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 130 (51.17% from 255 or 28.02% 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 #A482AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A482AA is #5B7D55. Grayscale: #909090. Windows color (decimal): -5995862 or 11174564. OLE color: 11174564.

HSL color Cylindrical-coordinate representation of color #A482AA: hue angle of 291º 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 #A482AA is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164130170-
CMYK0.040.2400.33
HSL291º19.05%58.82%-
HSV(B)291º23.53%66.67%-
XYZ30.5526.7641.59-
YUV144.73142.26141.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 130 (51.17% from 255) = 28.02%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=35.34%
G=28.02%
B=36.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641301700.040.2400.3329119.0558.82
HexA482AA418021123133b
Octal2442022524300414432373
Binary10100100100000101010101010011000010000110010001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A482AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A482AA; }

 p { color: rgb(164,130,170); }

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

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

 a { background-color: rgb(164,130,170); }

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

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

 span { border-color: rgb(164,130,170); }

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