Shades of Amethyst #A169CA
Tints of Amethyst #A169CA
RGB
CMYK
RGB Variations
Color information
#A169CA (or 0xA169CA) is known color: Amethyst. HEX triplet: A1, 69 and CA. RGB value is (161,105,202). Sum of RGB (Red+Green+Blue) = 161+105+202=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #A169CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169CA is #5E9635. Grayscale: #848484. Windows color (decimal): -6198838 or 13265313. OLE color: 13265313.
HSL color Cylindrical-coordinate representation of color #A169CA: hue angle of 274.64º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A169CA is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 105 | 202 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.21 |
| HSL | 274.64º | 0.48% | 0.6% | - |
| HSV(B) | 274.64º | 0.48% | 0.79% | - |
| XYZ | 30.41 | 21.94 | 58.51 | - |
| YUV | 132.8 | 167.05 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 202 | 0.20 | 0.48 | 0 | 0.21 | 274.64 | 0.48 | 0.6 |
| Hex | A1 | 69 | CA | 14 | 30 | 0 | 15 | 113 | 30 | 3C |
| Octal | 241 | 151 | 312 | 24 | 60 | 0 | 25 | 423 | 60 | 74 |
| Binary | 10100001 | 1101001 | 11001010 | 10100 | 110000 | 0 | 10101 | 100010011 | 110000 | 111100 |
Color Harmonies of #A169CA
Complementary color
Monochromatic Colors of #A169CA
Black with #A169CA
Text Example
Text Example
White with #A169CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169CA; }
p { color: rgb(161,105,202); }
H1.HeaderClassName
{
color: #A169CA;
}
.AnyTagClassName
{
color: #A169CA;
}
</style>
background-color css
<style>
a { background-color: #A169CA; }
a { background-color: rgb(161,105,202); }
div.DivClassName
{
background-color: #A169CA;
}
.BgClassName
{
background-color: #A169CA;
}
</style>
border-color css
<style>
span { border-color: #A169CA; }
span { border-color: rgb(161,105,202); }
td.TdClassName
{
border-color: #A169CA;
}
.TagClassName
{
border-color: #A169CA;
}
</style>