#A181AD

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

Shades of Amethyst Smoke #A181AD

Tints of Amethyst Smoke #A181AD

Color information

#A181AD (or 0xA181AD) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 81 and AD. RGB value is (161,129,173). Sum of RGB (Red+Green+Blue) = 161+129+173=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #A181AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A181AD is #5E7E52. Grayscale: #8F8F8F. Windows color (decimal): -6192723 or 11370913. OLE color: 11370913.

HSL color Cylindrical-coordinate representation of color #A181AD: hue angle of 283.64º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A181AD is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161129173-
CMYK0.070.2500.32
HSL283.64º21.15%59.22%-
HSV(B)283.64º25.43%67.84%-
XYZ30.0926.2943.02-
YUV143.58144.6140.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=34.77%
G=27.86%
B=37.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611291730.070.2500.32283.6421.1559.22
HexA181AD71902011c153b
Octal2412012557310404342573
Binary10100001100000011010110111111001010000010001110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A181AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A181AD; }

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

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

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

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

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

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

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

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