#A181AA

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

Shades of Amethyst Smoke #A181AA

Tints of Amethyst Smoke #A181AA

Color information

#A181AA (or 0xA181AA) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 81 and AA. RGB value is (161,129,170). Sum of RGB (Red+Green+Blue) = 161+129+170=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #A181AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A181AA is #5E7E55. Grayscale: #8F8F8F. Windows color (decimal): -6192726 or 11174305. OLE color: 11174305.

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

Color convert

RGB161129170-
CMYK0.050.2400.33
HSL286.83º19.43%58.63%-
HSV(B)286.83º24.12%66.67%-
XYZ29.826.1841.51-
YUV143.24143.1140.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 129 (50.78% from 255) = 28.04%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=35%
G=28.04%
B=36.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611291700.050.2400.33286.8319.4358.63
HexA181AA51802111f133b
Octal2412012525300414372373
Binary10100001100000011010101010111000010000110001111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A181AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A181AA; }

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

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

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

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

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

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

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

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