Shades of Amethyst #A55ACF
Tints of Amethyst #A55ACF
RGB
CMYK
RGB Variations
Color information
#A55ACF (or 0xA55ACF) is known color: Amethyst. HEX triplet: A5, 5A and CF. RGB value is (165,90,207). Sum of RGB (Red+Green+Blue) = 165+90+207=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #A55ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ACF is #5AA530. Grayscale: #7D7D7D. Windows color (decimal): -5940529 or 13589157. OLE color: 13589157.
HSL color Cylindrical-coordinate representation of color #A55ACF: hue angle of 278.46º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A55ACF is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 90 | 207 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.19 |
| HSL | 278.46º | 0.55% | 0.58% | - |
| HSV(B) | 278.46º | 0.57% | 0.81% | - |
| XYZ | 30.44 | 19.82 | 61.25 | - |
| YUV | 125.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 207 | 0.20 | 0.57 | 0 | 0.19 | 278.46 | 0.55 | 0.58 |
| Hex | A5 | 5A | CF | 14 | 39 | 0 | 13 | 116 | 37 | 3A |
| Octal | 245 | 132 | 317 | 24 | 71 | 0 | 23 | 426 | 67 | 72 |
| Binary | 10100101 | 1011010 | 11001111 | 10100 | 111001 | 0 | 10011 | 100010110 | 110111 | 111010 |
Color Harmonies of #A55ACF
Complementary color
Monochromatic Colors of #A55ACF
Black with #A55ACF
Text Example
Text Example
White with #A55ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55ACF; }
p { color: rgb(165,90,207); }
H1.HeaderClassName
{
color: #A55ACF;
}
.AnyTagClassName
{
color: #A55ACF;
}
</style>
background-color css
<style>
a { background-color: #A55ACF; }
a { background-color: rgb(165,90,207); }
div.DivClassName
{
background-color: #A55ACF;
}
.BgClassName
{
background-color: #A55ACF;
}
</style>
border-color css
<style>
span { border-color: #A55ACF; }
span { border-color: rgb(165,90,207); }
td.TdClassName
{
border-color: #A55ACF;
}
.TagClassName
{
border-color: #A55ACF;
}
</style>