Shades of Amethyst #A864CA
Tints of Amethyst #A864CA
RGB
CMYK
RGB Variations
Color information
#A864CA (or 0xA864CA) is known color: Amethyst. HEX triplet: A8, 64 and CA. RGB value is (168,100,202). Sum of RGB (Red+Green+Blue) = 168+100+202=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #A864CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864CA is #579B35. Grayscale: #838383. Windows color (decimal): -5741366 or 13264040. OLE color: 13264040.
HSL color Cylindrical-coordinate representation of color #A864CA: hue angle of 280º 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 #A864CA is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 100 | 202 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.21 |
| HSL | 280º | 0.49% | 0.59% | - |
| HSV(B) | 280º | 0.5% | 0.79% | - |
| XYZ | 31.37 | 21.7 | 58.41 | - |
| YUV | 131.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 202 | 0.17 | 0.50 | 0 | 0.21 | 280 | 0.49 | 0.59 |
| Hex | A8 | 64 | CA | 11 | 32 | 0 | 15 | 118 | 31 | 3B |
| Octal | 250 | 144 | 312 | 21 | 62 | 0 | 25 | 430 | 61 | 73 |
| Binary | 10101000 | 1100100 | 11001010 | 10001 | 110010 | 0 | 10101 | 100011000 | 110001 | 111011 |
Color Harmonies of #A864CA
Complementary color
Monochromatic Colors of #A864CA
Black with #A864CA
Text Example
Text Example
White with #A864CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864CA; }
p { color: rgb(168,100,202); }
H1.HeaderClassName
{
color: #A864CA;
}
.AnyTagClassName
{
color: #A864CA;
}
</style>
background-color css
<style>
a { background-color: #A864CA; }
a { background-color: rgb(168,100,202); }
div.DivClassName
{
background-color: #A864CA;
}
.BgClassName
{
background-color: #A864CA;
}
</style>
border-color css
<style>
span { border-color: #A864CA; }
span { border-color: rgb(168,100,202); }
td.TdClassName
{
border-color: #A864CA;
}
.TagClassName
{
border-color: #A864CA;
}
</style>