Shades of Amethyst Smoke #A381AA
Tints of Amethyst Smoke #A381AA
RGB
CMYK
RGB Variations
Color information
#A381AA (or 0xA381AA) is known color: Amethyst Smoke. HEX triplet: A3, 81 and AA. RGB value is (163,129,170). Sum of RGB (Red+Green+Blue) = 163+129+170=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 129 (50.78% from 255 or 27.92% 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 #A381AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A381AA is #5C7E55. Grayscale: #8F8F8F. Windows color (decimal): -6061654 or 11174307. OLE color: 11174307.
HSL color Cylindrical-coordinate representation of color #A381AA: hue angle of 289.76º 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 #A381AA is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 129 | 170 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.33 |
| HSL | 289.76º | 0.19% | 0.59% | - |
| HSV(B) | 289.76º | 0.24% | 0.67% | - |
| XYZ | 30.21 | 26.39 | 41.53 | - |
| YUV | 143.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 170 | 0.04 | 0.24 | 0 | 0.33 | 289.76 | 0.19 | 0.59 |
| Hex | A3 | 81 | AA | 4 | 18 | 0 | 21 | 122 | 13 | 3B |
| Octal | 243 | 201 | 252 | 4 | 30 | 0 | 41 | 442 | 23 | 73 |
| Binary | 10100011 | 10000001 | 10101010 | 100 | 11000 | 0 | 100001 | 100100010 | 10011 | 111011 |
Color Harmonies of #A381AA
Complementary color
Monochromatic Colors of #A381AA
Black with #A381AA
Text Example
Text Example
White with #A381AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A381AA; }
p { color: rgb(163,129,170); }
H1.HeaderClassName
{
color: #A381AA;
}
.AnyTagClassName
{
color: #A381AA;
}
</style>
background-color css
<style>
a { background-color: #A381AA; }
a { background-color: rgb(163,129,170); }
div.DivClassName
{
background-color: #A381AA;
}
.BgClassName
{
background-color: #A381AA;
}
</style>
border-color css
<style>
span { border-color: #A381AA; }
span { border-color: rgb(163,129,170); }
td.TdClassName
{
border-color: #A381AA;
}
.TagClassName
{
border-color: #A381AA;
}
</style>