#A082A5

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

Shades of Amethyst Smoke #A082A5

Tints of Amethyst Smoke #A082A5

Color information

#A082A5 (or 0xA082A5) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 82 and A5. RGB value is (160,130,165). Sum of RGB (Red+Green+Blue) = 160+130+165=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 165 - color contains mainly: blue. Hex color #A082A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A082A5 is #5F7D5A. Grayscale: #8E8E8E. Windows color (decimal): -6258011 or 10846880. OLE color: 10846880.

HSL color Cylindrical-coordinate representation of color #A082A5: hue angle of 291.43º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A082A5 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB160130165-
CMYK0.030.2100.35
HSL291.43º16.28%57.84%-
HSV(B)291.43º21.21%64.71%-
XYZ29.2726.1639.1-
YUV142.96140.44140.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 165 (64.84% from 255) = 36.26%
R=35.16%
G=28.57%
B=36.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601301650.030.2100.35291.4316.2857.84
HexA082A5315023123103a
Octal2402022453250434432072
Binary1010000010000010101001011110101010001110010001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A082A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A082A5; }

 p { color: rgb(160,130,165); }

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

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

 a { background-color: rgb(160,130,165); }

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

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

 span { border-color: rgb(160,130,165); }

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