Shades of Amethyst Smoke #957FA0
Tints of Amethyst Smoke #957FA0
RGB
CMYK
RGB Variations
Color information
#957FA0 (or 0x957FA0) is known color: Amethyst Smoke. HEX triplet: 95, 7F and A0. RGB value is (149,127,160). Sum of RGB (Red+Green+Blue) = 149+127+160=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 160 - color contains mainly: blue. Hex color #957FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957FA0 is #6A805F. Grayscale: #898989. Windows color (decimal): -6979680 or 10518421. OLE color: 10518421.
HSL color Cylindrical-coordinate representation of color #957FA0: hue angle of 280º 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 #957FA0 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 127 | 160 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.37 |
| HSL | 280º | 0.15% | 0.56% | - |
| HSV(B) | 280º | 0.21% | 0.63% | - |
| XYZ | 26.33 | 24.11 | 36.52 | - |
| YUV | 137.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 160 | 0.07 | 0.21 | 0 | 0.37 | 280 | 0.15 | 0.56 |
| Hex | 95 | 7F | A0 | 7 | 15 | 0 | 25 | 118 | F | 38 |
| Octal | 225 | 177 | 240 | 7 | 25 | 0 | 45 | 430 | 17 | 70 |
| Binary | 10010101 | 1111111 | 10100000 | 111 | 10101 | 0 | 100101 | 100011000 | 1111 | 111000 |
Color Harmonies of #957FA0
Complementary color
Monochromatic Colors of #957FA0
Black with #957FA0
Text Example
Text Example
White with #957FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957FA0; }
p { color: rgb(149,127,160); }
H1.HeaderClassName
{
color: #957FA0;
}
.AnyTagClassName
{
color: #957FA0;
}
</style>
background-color css
<style>
a { background-color: #957FA0; }
a { background-color: rgb(149,127,160); }
div.DivClassName
{
background-color: #957FA0;
}
.BgClassName
{
background-color: #957FA0;
}
</style>
border-color css
<style>
span { border-color: #957FA0; }
span { border-color: rgb(149,127,160); }
td.TdClassName
{
border-color: #957FA0;
}
.TagClassName
{
border-color: #957FA0;
}
</style>