Shades of Amethyst Smoke #A27BAA
Tints of Amethyst Smoke #A27BAA
RGB
CMYK
RGB Variations
Color information
#A27BAA (or 0xA27BAA) is known color: Amethyst Smoke. HEX triplet: A2, 7B and AA. RGB value is (162,123,170). Sum of RGB (Red+Green+Blue) = 162+123+170=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #A27BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27BAA is #5D8455. Grayscale: #8B8B8B. Windows color (decimal): -6128726 or 11172770. OLE color: 11172770.
HSL color Cylindrical-coordinate representation of color #A27BAA: hue angle of 289.79º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A27BAA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 123 | 170 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.33 |
| HSL | 289.79º | 0.22% | 0.57% | - |
| HSV(B) | 289.79º | 0.28% | 0.67% | - |
| XYZ | 29.24 | 24.75 | 41.27 | - |
| YUV | 140.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 170 | 0.05 | 0.28 | 0 | 0.33 | 289.79 | 0.22 | 0.57 |
| Hex | A2 | 7B | AA | 5 | 1C | 0 | 21 | 122 | 16 | 39 |
| Octal | 242 | 173 | 252 | 5 | 34 | 0 | 41 | 442 | 26 | 71 |
| Binary | 10100010 | 1111011 | 10101010 | 101 | 11100 | 0 | 100001 | 100100010 | 10110 | 111001 |
Color Harmonies of #A27BAA
Complementary color
Monochromatic Colors of #A27BAA
Black with #A27BAA
Text Example
Text Example
White with #A27BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27BAA; }
p { color: rgb(162,123,170); }
H1.HeaderClassName
{
color: #A27BAA;
}
.AnyTagClassName
{
color: #A27BAA;
}
</style>
background-color css
<style>
a { background-color: #A27BAA; }
a { background-color: rgb(162,123,170); }
div.DivClassName
{
background-color: #A27BAA;
}
.BgClassName
{
background-color: #A27BAA;
}
</style>
border-color css
<style>
span { border-color: #A27BAA; }
span { border-color: rgb(162,123,170); }
td.TdClassName
{
border-color: #A27BAA;
}
.TagClassName
{
border-color: #A27BAA;
}
</style>