Shades of Amethyst #A275CA
Tints of Amethyst #A275CA
RGB
CMYK
RGB Variations
Color information
#A275CA (or 0xA275CA) is known color: Amethyst. HEX triplet: A2, 75 and CA. RGB value is (162,117,202). Sum of RGB (Red+Green+Blue) = 162+117+202=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #A275CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275CA is #5D8A35. Grayscale: #8B8B8B. Windows color (decimal): -6130230 or 13268386. OLE color: 13268386.
HSL color Cylindrical-coordinate representation of color #A275CA: hue angle of 271.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A275CA is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 117 | 202 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.21 |
| HSL | 271.76º | 0.45% | 0.63% | - |
| HSV(B) | 271.76º | 0.42% | 0.79% | - |
| XYZ | 31.92 | 24.67 | 58.96 | - |
| YUV | 140.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 202 | 0.20 | 0.42 | 0 | 0.21 | 271.76 | 0.45 | 0.63 |
| Hex | A2 | 75 | CA | 14 | 2A | 0 | 15 | 110 | 2D | 3F |
| Octal | 242 | 165 | 312 | 24 | 52 | 0 | 25 | 420 | 55 | 77 |
| Binary | 10100010 | 1110101 | 11001010 | 10100 | 101010 | 0 | 10101 | 100010000 | 101101 | 111111 |
Color Harmonies of #A275CA
Complementary color
Monochromatic Colors of #A275CA
Black with #A275CA
Text Example
Text Example
White with #A275CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A275CA; }
p { color: rgb(162,117,202); }
H1.HeaderClassName
{
color: #A275CA;
}
.AnyTagClassName
{
color: #A275CA;
}
</style>
background-color css
<style>
a { background-color: #A275CA; }
a { background-color: rgb(162,117,202); }
div.DivClassName
{
background-color: #A275CA;
}
.BgClassName
{
background-color: #A275CA;
}
</style>
border-color css
<style>
span { border-color: #A275CA; }
span { border-color: rgb(162,117,202); }
td.TdClassName
{
border-color: #A275CA;
}
.TagClassName
{
border-color: #A275CA;
}
</style>