Shades of Amethyst Smoke #907FA1
Tints of Amethyst Smoke #907FA1
RGB
CMYK
RGB Variations
Color information
#907FA1 (or 0x907FA1) is known color: Amethyst Smoke. HEX triplet: 90, 7F and A1. RGB value is (144,127,161). Sum of RGB (Red+Green+Blue) = 144+127+161=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 161 - color contains mainly: blue. Hex color #907FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907FA1 is #6F805E. Grayscale: #878787. Windows color (decimal): -7307359 or 10583952. OLE color: 10583952.
HSL color Cylindrical-coordinate representation of color #907FA1: hue angle of 270º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #907FA1 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 127 | 161 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.37 |
| HSL | 270º | 0.15% | 0.56% | - |
| HSV(B) | 270º | 0.21% | 0.63% | - |
| XYZ | 25.52 | 23.68 | 36.94 | - |
| YUV | 135.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 127 | 161 | 0.11 | 0.21 | 0 | 0.37 | 270 | 0.15 | 0.56 |
| Hex | 90 | 7F | A1 | B | 15 | 0 | 25 | 10E | F | 38 |
| Octal | 220 | 177 | 241 | 13 | 25 | 0 | 45 | 416 | 17 | 70 |
| Binary | 10010000 | 1111111 | 10100001 | 1011 | 10101 | 0 | 100101 | 100001110 | 1111 | 111000 |
Color Harmonies of #907FA1
Complementary color
Monochromatic Colors of #907FA1
Black with #907FA1
Text Example
Text Example
White with #907FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907FA1; }
p { color: rgb(144,127,161); }
H1.HeaderClassName
{
color: #907FA1;
}
.AnyTagClassName
{
color: #907FA1;
}
</style>
background-color css
<style>
a { background-color: #907FA1; }
a { background-color: rgb(144,127,161); }
div.DivClassName
{
background-color: #907FA1;
}
.BgClassName
{
background-color: #907FA1;
}
</style>
border-color css
<style>
span { border-color: #907FA1; }
span { border-color: rgb(144,127,161); }
td.TdClassName
{
border-color: #907FA1;
}
.TagClassName
{
border-color: #907FA1;
}
</style>