Shades of Amethyst #A55DD5
Tints of Amethyst #A55DD5
RGB
CMYK
RGB Variations
Color information
#A55DD5 (or 0xA55DD5) is known color: Amethyst. HEX triplet: A5, 5D and D5. RGB value is (165,93,213). Sum of RGB (Red+Green+Blue) = 165+93+213=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #A55DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DD5 is #5AA22A. Grayscale: #7F7F7F. Windows color (decimal): -5939755 or 13983141. OLE color: 13983141.
HSL color Cylindrical-coordinate representation of color #A55DD5: hue angle of 276º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A55DD5 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 93 | 213 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.16 |
| HSL | 276º | 0.59% | 0.6% | - |
| HSV(B) | 276º | 0.56% | 0.84% | - |
| XYZ | 31.44 | 20.63 | 65.28 | - |
| YUV | 128.21 | 175.85 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 213 | 0.23 | 0.56 | 0 | 0.16 | 276 | 0.59 | 0.6 |
| Hex | A5 | 5D | D5 | 17 | 38 | 0 | 10 | 114 | 3B | 3C |
| Octal | 245 | 135 | 325 | 27 | 70 | 0 | 20 | 424 | 73 | 74 |
| Binary | 10100101 | 1011101 | 11010101 | 10111 | 111000 | 0 | 10000 | 100010100 | 111011 | 111100 |
Color Harmonies of #A55DD5
Complementary color
Monochromatic Colors of #A55DD5
Black with #A55DD5
Text Example
Text Example
White with #A55DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DD5; }
p { color: rgb(165,93,213); }
H1.HeaderClassName
{
color: #A55DD5;
}
.AnyTagClassName
{
color: #A55DD5;
}
</style>
background-color css
<style>
a { background-color: #A55DD5; }
a { background-color: rgb(165,93,213); }
div.DivClassName
{
background-color: #A55DD5;
}
.BgClassName
{
background-color: #A55DD5;
}
</style>
border-color css
<style>
span { border-color: #A55DD5; }
span { border-color: rgb(165,93,213); }
td.TdClassName
{
border-color: #A55DD5;
}
.TagClassName
{
border-color: #A55DD5;
}
</style>