#A481AA

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

Shades of Amethyst Smoke #A481AA

Tints of Amethyst Smoke #A481AA

Color information

#A481AA (or 0xA481AA) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 81 and AA. RGB value is (164,129,170). Sum of RGB (Red+Green+Blue) = 164+129+170=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #A481AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A481AA is #5B7E55. Grayscale: #909090. Windows color (decimal): -5996118 or 11174308. OLE color: 11174308.

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

Color convert

RGB164129170-
CMYK0.040.2400.33
HSL291.22º19.43%58.63%-
HSV(B)291.22º24.12%66.67%-
XYZ30.4226.541.54-
YUV144.14142.6142.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=35.42%
G=27.86%
B=36.72%

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
Decimal1641291700.040.2400.33291.2219.4358.63
HexA481AA418021123133b
Octal2442012524300414432373
Binary10100100100000011010101010011000010000110010001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A481AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A481AA; }

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

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

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

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

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

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

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

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