#A084AA

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

Shades of Amethyst Smoke #A084AA

Tints of Amethyst Smoke #A084AA

Color information

#A084AA (or 0xA084AA) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 84 and AA. RGB value is (160,132,170). Sum of RGB (Red+Green+Blue) = 160+132+170=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #A084AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A084AA is #5F7B55. Grayscale: #909090. Windows color (decimal): -6257494 or 11175072. OLE color: 11175072.

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

Color convert

RGB160132170-
CMYK0.060.2200.33
HSL284.21º18.27%59.22%-
HSV(B)284.21º22.35%66.67%-
XYZ3026.8841.64-
YUV144.7142.28138.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=34.63%
G=28.57%
B=36.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601321700.060.2200.33284.2118.2759.22
HexA084AA61602111c123b
Octal2402042526260414342273
Binary10100000100001001010101011010110010000110001110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A084AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A084AA; }

 p { color: rgb(160,132,170); }

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

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

 a { background-color: rgb(160,132,170); }

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

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

 span { border-color: rgb(160,132,170); }

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