Shades of Amethyst #A35ACF
Tints of Amethyst #A35ACF
RGB
CMYK
RGB Variations
Color information
#A35ACF (or 0xA35ACF) is known color: Amethyst. HEX triplet: A3, 5A and CF. RGB value is (163,90,207). Sum of RGB (Red+Green+Blue) = 163+90+207=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #A35ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35ACF is #5CA530. Grayscale: #7C7C7C. Windows color (decimal): -6071601 or 13589155. OLE color: 13589155.
HSL color Cylindrical-coordinate representation of color #A35ACF: hue angle of 277.44º 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 #A35ACF is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 90 | 207 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.19 |
| HSL | 277.44º | 0.55% | 0.58% | - |
| HSV(B) | 277.44º | 0.57% | 0.81% | - |
| XYZ | 30.02 | 19.6 | 61.23 | - |
| YUV | 125.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 207 | 0.21 | 0.57 | 0 | 0.19 | 277.44 | 0.55 | 0.58 |
| Hex | A3 | 5A | CF | 15 | 39 | 0 | 13 | 115 | 37 | 3A |
| Octal | 243 | 132 | 317 | 25 | 71 | 0 | 23 | 425 | 67 | 72 |
| Binary | 10100011 | 1011010 | 11001111 | 10101 | 111001 | 0 | 10011 | 100010101 | 110111 | 111010 |
Color Harmonies of #A35ACF
Complementary color
Monochromatic Colors of #A35ACF
Black with #A35ACF
Text Example
Text Example
White with #A35ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35ACF; }
p { color: rgb(163,90,207); }
H1.HeaderClassName
{
color: #A35ACF;
}
.AnyTagClassName
{
color: #A35ACF;
}
</style>
background-color css
<style>
a { background-color: #A35ACF; }
a { background-color: rgb(163,90,207); }
div.DivClassName
{
background-color: #A35ACF;
}
.BgClassName
{
background-color: #A35ACF;
}
</style>
border-color css
<style>
span { border-color: #A35ACF; }
span { border-color: rgb(163,90,207); }
td.TdClassName
{
border-color: #A35ACF;
}
.TagClassName
{
border-color: #A35ACF;
}
</style>