Shades of Amethyst #A35CCF
Tints of Amethyst #A35CCF
RGB
CMYK
RGB Variations
Color information
#A35CCF (or 0xA35CCF) is known color: Amethyst. HEX triplet: A3, 5C and CF. RGB value is (163,92,207). Sum of RGB (Red+Green+Blue) = 163+92+207=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 92 (36.33% from 255 or 19.91% 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 #A35CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35CCF is #5CA330. Grayscale: #7D7D7D. Windows color (decimal): -6071089 or 13589667. OLE color: 13589667.
HSL color Cylindrical-coordinate representation of color #A35CCF: hue angle of 277.04º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A35CCF is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 92 | 207 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.19 |
| HSL | 277.04º | 0.55% | 0.59% | - |
| HSV(B) | 277.04º | 0.56% | 0.81% | - |
| XYZ | 30.19 | 19.95 | 61.29 | - |
| YUV | 126.34 | 173.52 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 207 | 0.21 | 0.56 | 0 | 0.19 | 277.04 | 0.55 | 0.59 |
| Hex | A3 | 5C | CF | 15 | 38 | 0 | 13 | 115 | 37 | 3B |
| Octal | 243 | 134 | 317 | 25 | 70 | 0 | 23 | 425 | 67 | 73 |
| Binary | 10100011 | 1011100 | 11001111 | 10101 | 111000 | 0 | 10011 | 100010101 | 110111 | 111011 |
Color Harmonies of #A35CCF
Complementary color
Monochromatic Colors of #A35CCF
Black with #A35CCF
Text Example
Text Example
White with #A35CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35CCF; }
p { color: rgb(163,92,207); }
H1.HeaderClassName
{
color: #A35CCF;
}
.AnyTagClassName
{
color: #A35CCF;
}
</style>
background-color css
<style>
a { background-color: #A35CCF; }
a { background-color: rgb(163,92,207); }
div.DivClassName
{
background-color: #A35CCF;
}
.BgClassName
{
background-color: #A35CCF;
}
</style>
border-color css
<style>
span { border-color: #A35CCF; }
span { border-color: rgb(163,92,207); }
td.TdClassName
{
border-color: #A35CCF;
}
.TagClassName
{
border-color: #A35CCF;
}
</style>