Shades of Amethyst #A169C7
Tints of Amethyst #A169C7
RGB
CMYK
RGB Variations
Color information
#A169C7 (or 0xA169C7) is known color: Amethyst. HEX triplet: A1, 69 and C7. RGB value is (161,105,199). Sum of RGB (Red+Green+Blue) = 161+105+199=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #A169C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169C7 is #5E9638. Grayscale: #848484. Windows color (decimal): -6198841 or 13068705. OLE color: 13068705.
HSL color Cylindrical-coordinate representation of color #A169C7: hue angle of 275.74º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A169C7 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 105 | 199 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.22 |
| HSL | 275.74º | 0.46% | 0.6% | - |
| HSV(B) | 275.74º | 0.47% | 0.78% | - |
| XYZ | 30.06 | 21.8 | 56.66 | - |
| YUV | 132.46 | 165.55 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 199 | 0.19 | 0.47 | 0 | 0.22 | 275.74 | 0.46 | 0.6 |
| Hex | A1 | 69 | C7 | 13 | 2F | 0 | 16 | 114 | 2E | 3C |
| Octal | 241 | 151 | 307 | 23 | 57 | 0 | 26 | 424 | 56 | 74 |
| Binary | 10100001 | 1101001 | 11000111 | 10011 | 101111 | 0 | 10110 | 100010100 | 101110 | 111100 |
Color Harmonies of #A169C7
Complementary color
Monochromatic Colors of #A169C7
Black with #A169C7
Text Example
Text Example
White with #A169C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169C7; }
p { color: rgb(161,105,199); }
H1.HeaderClassName
{
color: #A169C7;
}
.AnyTagClassName
{
color: #A169C7;
}
</style>
background-color css
<style>
a { background-color: #A169C7; }
a { background-color: rgb(161,105,199); }
div.DivClassName
{
background-color: #A169C7;
}
.BgClassName
{
background-color: #A169C7;
}
</style>
border-color css
<style>
span { border-color: #A169C7; }
span { border-color: rgb(161,105,199); }
td.TdClassName
{
border-color: #A169C7;
}
.TagClassName
{
border-color: #A169C7;
}
</style>