Shades of Amethyst #A35BDF
Tints of Amethyst #A35BDF
RGB
CMYK
RGB Variations
Color information
#A35BDF (or 0xA35BDF) is known color: Amethyst. HEX triplet: A3, 5B and DF. RGB value is (163,91,223). Sum of RGB (Red+Green+Blue) = 163+91+223=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #A35BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35BDF is #5CA420. Grayscale: #7F7F7F. Windows color (decimal): -6071329 or 14637987. OLE color: 14637987.
HSL color Cylindrical-coordinate representation of color #A35BDF: hue angle of 272.73º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A35BDF is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 91 | 223 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.13 |
| HSL | 272.73º | 0.67% | 0.62% | - |
| HSV(B) | 272.73º | 0.59% | 0.87% | - |
| XYZ | 32.16 | 20.6 | 72.09 | - |
| YUV | 127.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 223 | 0.27 | 0.59 | 0 | 0.13 | 272.73 | 0.67 | 0.62 |
| Hex | A3 | 5B | DF | 1B | 3B | 0 | D | 111 | 43 | 3E |
| Octal | 243 | 133 | 337 | 33 | 73 | 0 | 15 | 421 | 103 | 76 |
| Binary | 10100011 | 1011011 | 11011111 | 11011 | 111011 | 0 | 1101 | 100010001 | 1000011 | 111110 |
Color Harmonies of #A35BDF
Complementary color
Monochromatic Colors of #A35BDF
Black with #A35BDF
Text Example
Text Example
White with #A35BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35BDF; }
p { color: rgb(163,91,223); }
H1.HeaderClassName
{
color: #A35BDF;
}
.AnyTagClassName
{
color: #A35BDF;
}
</style>
background-color css
<style>
a { background-color: #A35BDF; }
a { background-color: rgb(163,91,223); }
div.DivClassName
{
background-color: #A35BDF;
}
.BgClassName
{
background-color: #A35BDF;
}
</style>
border-color css
<style>
span { border-color: #A35BDF; }
span { border-color: rgb(163,91,223); }
td.TdClassName
{
border-color: #A35BDF;
}
.TagClassName
{
border-color: #A35BDF;
}
</style>