Shades of Amethyst #A065CA
Tints of Amethyst #A065CA
RGB
CMYK
RGB Variations
Color information
#A065CA (or 0xA065CA) is known color: Amethyst. HEX triplet: A0, 65 and CA. RGB value is (160,101,202). Sum of RGB (Red+Green+Blue) = 160+101+202=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #A065CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065CA is #5F9A35. Grayscale: #818181. Windows color (decimal): -6265398 or 13264288. OLE color: 13264288.
HSL color Cylindrical-coordinate representation of color #A065CA: hue angle of 275.05º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A065CA is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 101 | 202 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.21 |
| HSL | 275.05º | 0.49% | 0.59% | - |
| HSV(B) | 275.05º | 0.5% | 0.79% | - |
| XYZ | 29.81 | 21.05 | 58.37 | - |
| YUV | 130.16 | 168.55 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 202 | 0.21 | 0.50 | 0 | 0.21 | 275.05 | 0.49 | 0.59 |
| Hex | A0 | 65 | CA | 15 | 32 | 0 | 15 | 113 | 31 | 3B |
| Octal | 240 | 145 | 312 | 25 | 62 | 0 | 25 | 423 | 61 | 73 |
| Binary | 10100000 | 1100101 | 11001010 | 10101 | 110010 | 0 | 10101 | 100010011 | 110001 | 111011 |
Color Harmonies of #A065CA
Complementary color
Monochromatic Colors of #A065CA
Black with #A065CA
Text Example
Text Example
White with #A065CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065CA; }
p { color: rgb(160,101,202); }
H1.HeaderClassName
{
color: #A065CA;
}
.AnyTagClassName
{
color: #A065CA;
}
</style>
background-color css
<style>
a { background-color: #A065CA; }
a { background-color: rgb(160,101,202); }
div.DivClassName
{
background-color: #A065CA;
}
.BgClassName
{
background-color: #A065CA;
}
</style>
border-color css
<style>
span { border-color: #A065CA; }
span { border-color: rgb(160,101,202); }
td.TdClassName
{
border-color: #A065CA;
}
.TagClassName
{
border-color: #A065CA;
}
</style>