Shades of Amethyst #A35ADD
Tints of Amethyst #A35ADD
RGB
CMYK
RGB Variations
Color information
#A35ADD (or 0xA35ADD) is known color: Amethyst. HEX triplet: A3, 5A and DD. RGB value is (163,90,221). Sum of RGB (Red+Green+Blue) = 163+90+221=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #A35ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35ADD is #5CA522. Grayscale: #7E7E7E. Windows color (decimal): -6071587 or 14506659. OLE color: 14506659.
HSL color Cylindrical-coordinate representation of color #A35ADD: hue angle of 273.44º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A35ADD is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 90 | 221 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.13 |
| HSL | 273.44º | 0.66% | 0.61% | - |
| HSV(B) | 273.44º | 0.59% | 0.87% | - |
| XYZ | 31.81 | 20.32 | 70.65 | - |
| YUV | 126.76 | 181.18 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 221 | 0.26 | 0.59 | 0 | 0.13 | 273.44 | 0.66 | 0.61 |
| Hex | A3 | 5A | DD | 1A | 3B | 0 | D | 111 | 42 | 3D |
| Octal | 243 | 132 | 335 | 32 | 73 | 0 | 15 | 421 | 102 | 75 |
| Binary | 10100011 | 1011010 | 11011101 | 11010 | 111011 | 0 | 1101 | 100010001 | 1000010 | 111101 |
Color Harmonies of #A35ADD
Complementary color
Monochromatic Colors of #A35ADD
Black with #A35ADD
Text Example
Text Example
White with #A35ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35ADD; }
p { color: rgb(163,90,221); }
H1.HeaderClassName
{
color: #A35ADD;
}
.AnyTagClassName
{
color: #A35ADD;
}
</style>
background-color css
<style>
a { background-color: #A35ADD; }
a { background-color: rgb(163,90,221); }
div.DivClassName
{
background-color: #A35ADD;
}
.BgClassName
{
background-color: #A35ADD;
}
</style>
border-color css
<style>
span { border-color: #A35ADD; }
span { border-color: rgb(163,90,221); }
td.TdClassName
{
border-color: #A35ADD;
}
.TagClassName
{
border-color: #A35ADD;
}
</style>