Shades of Amethyst #A35CDD
Tints of Amethyst #A35CDD
RGB
CMYK
RGB Variations
Color information
#A35CDD (or 0xA35CDD) is known color: Amethyst. HEX triplet: A3, 5C and DD. RGB value is (163,92,221). Sum of RGB (Red+Green+Blue) = 163+92+221=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #A35CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35CDD is #5CA322. Grayscale: #7F7F7F. Windows color (decimal): -6071075 or 14507171. OLE color: 14507171.
HSL color Cylindrical-coordinate representation of color #A35CDD: hue angle of 273.02º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A35CDD is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 92 | 221 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.13 |
| HSL | 273.02º | 0.65% | 0.61% | - |
| HSV(B) | 273.02º | 0.58% | 0.87% | - |
| XYZ | 31.98 | 20.66 | 70.71 | - |
| YUV | 127.94 | 180.52 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 221 | 0.26 | 0.58 | 0 | 0.13 | 273.02 | 0.65 | 0.61 |
| Hex | A3 | 5C | DD | 1A | 3A | 0 | D | 111 | 41 | 3D |
| Octal | 243 | 134 | 335 | 32 | 72 | 0 | 15 | 421 | 101 | 75 |
| Binary | 10100011 | 1011100 | 11011101 | 11010 | 111010 | 0 | 1101 | 100010001 | 1000001 | 111101 |
Color Harmonies of #A35CDD
Complementary color
Monochromatic Colors of #A35CDD
Black with #A35CDD
Text Example
Text Example
White with #A35CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35CDD; }
p { color: rgb(163,92,221); }
H1.HeaderClassName
{
color: #A35CDD;
}
.AnyTagClassName
{
color: #A35CDD;
}
</style>
background-color css
<style>
a { background-color: #A35CDD; }
a { background-color: rgb(163,92,221); }
div.DivClassName
{
background-color: #A35CDD;
}
.BgClassName
{
background-color: #A35CDD;
}
</style>
border-color css
<style>
span { border-color: #A35CDD; }
span { border-color: rgb(163,92,221); }
td.TdClassName
{
border-color: #A35CDD;
}
.TagClassName
{
border-color: #A35CDD;
}
</style>