Shades of Amethyst #A465CF
Tints of Amethyst #A465CF
RGB
CMYK
RGB Variations
Color information
#A465CF (or 0xA465CF) is known color: Amethyst. HEX triplet: A4, 65 and CF. RGB value is (164,101,207). Sum of RGB (Red+Green+Blue) = 164+101+207=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #A465CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465CF is #5B9A30. Grayscale: #838383. Windows color (decimal): -6003249 or 13591972. OLE color: 13591972.
HSL color Cylindrical-coordinate representation of color #A465CF: hue angle of 275.66º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A465CF is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 101 | 207 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.19 |
| HSL | 275.66º | 0.52% | 0.6% | - |
| HSV(B) | 275.66º | 0.51% | 0.81% | - |
| XYZ | 31.23 | 21.7 | 61.58 | - |
| YUV | 131.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 207 | 0.21 | 0.51 | 0 | 0.19 | 275.66 | 0.52 | 0.6 |
| Hex | A4 | 65 | CF | 15 | 33 | 0 | 13 | 114 | 34 | 3C |
| Octal | 244 | 145 | 317 | 25 | 63 | 0 | 23 | 424 | 64 | 74 |
| Binary | 10100100 | 1100101 | 11001111 | 10101 | 110011 | 0 | 10011 | 100010100 | 110100 | 111100 |
Color Harmonies of #A465CF
Complementary color
Monochromatic Colors of #A465CF
Black with #A465CF
Text Example
Text Example
White with #A465CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A465CF; }
p { color: rgb(164,101,207); }
H1.HeaderClassName
{
color: #A465CF;
}
.AnyTagClassName
{
color: #A465CF;
}
</style>
background-color css
<style>
a { background-color: #A465CF; }
a { background-color: rgb(164,101,207); }
div.DivClassName
{
background-color: #A465CF;
}
.BgClassName
{
background-color: #A465CF;
}
</style>
border-color css
<style>
span { border-color: #A465CF; }
span { border-color: rgb(164,101,207); }
td.TdClassName
{
border-color: #A465CF;
}
.TagClassName
{
border-color: #A465CF;
}
</style>