Shades of Amethyst #A865CA
Tints of Amethyst #A865CA
RGB
CMYK
RGB Variations
Color information
#A865CA (or 0xA865CA) is known color: Amethyst. HEX triplet: A8, 65 and CA. RGB value is (168,101,202). Sum of RGB (Red+Green+Blue) = 168+101+202=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #A865CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865CA is #579A35. Grayscale: #848484. Windows color (decimal): -5741110 or 13264296. OLE color: 13264296.
HSL color Cylindrical-coordinate representation of color #A865CA: hue angle of 279.8º 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 #A865CA is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 101 | 202 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.21 |
| HSL | 279.8º | 0.49% | 0.59% | - |
| HSV(B) | 279.8º | 0.5% | 0.79% | - |
| XYZ | 31.46 | 21.9 | 58.45 | - |
| YUV | 132.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 202 | 0.17 | 0.50 | 0 | 0.21 | 279.8 | 0.49 | 0.59 |
| Hex | A8 | 65 | CA | 11 | 32 | 0 | 15 | 118 | 31 | 3B |
| Octal | 250 | 145 | 312 | 21 | 62 | 0 | 25 | 430 | 61 | 73 |
| Binary | 10101000 | 1100101 | 11001010 | 10001 | 110010 | 0 | 10101 | 100011000 | 110001 | 111011 |
Color Harmonies of #A865CA
Complementary color
Monochromatic Colors of #A865CA
Black with #A865CA
Text Example
Text Example
White with #A865CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865CA; }
p { color: rgb(168,101,202); }
H1.HeaderClassName
{
color: #A865CA;
}
.AnyTagClassName
{
color: #A865CA;
}
</style>
background-color css
<style>
a { background-color: #A865CA; }
a { background-color: rgb(168,101,202); }
div.DivClassName
{
background-color: #A865CA;
}
.BgClassName
{
background-color: #A865CA;
}
</style>
border-color css
<style>
span { border-color: #A865CA; }
span { border-color: rgb(168,101,202); }
td.TdClassName
{
border-color: #A865CA;
}
.TagClassName
{
border-color: #A865CA;
}
</style>