Shades of Amethyst #A55DD2
Tints of Amethyst #A55DD2
RGB
CMYK
RGB Variations
Color information
#A55DD2 (or 0xA55DD2) is known color: Amethyst. HEX triplet: A5, 5D and D2. RGB value is (165,93,210). Sum of RGB (Red+Green+Blue) = 165+93+210=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: blue. Hex color #A55DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DD2 is #5AA22D. Grayscale: #7F7F7F. Windows color (decimal): -5939758 or 13786533. OLE color: 13786533.
HSL color Cylindrical-coordinate representation of color #A55DD2: hue angle of 276.92º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A55DD2 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 93 | 210 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.18 |
| HSL | 276.92º | 0.57% | 0.59% | - |
| HSV(B) | 276.92º | 0.56% | 0.82% | - |
| XYZ | 31.06 | 20.48 | 63.29 | - |
| YUV | 127.87 | 174.35 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 210 | 0.21 | 0.56 | 0 | 0.18 | 276.92 | 0.57 | 0.59 |
| Hex | A5 | 5D | D2 | 15 | 38 | 0 | 12 | 115 | 39 | 3B |
| Octal | 245 | 135 | 322 | 25 | 70 | 0 | 22 | 425 | 71 | 73 |
| Binary | 10100101 | 1011101 | 11010010 | 10101 | 111000 | 0 | 10010 | 100010101 | 111001 | 111011 |
Color Harmonies of #A55DD2
Complementary color
Monochromatic Colors of #A55DD2
Black with #A55DD2
Text Example
Text Example
White with #A55DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DD2; }
p { color: rgb(165,93,210); }
H1.HeaderClassName
{
color: #A55DD2;
}
.AnyTagClassName
{
color: #A55DD2;
}
</style>
background-color css
<style>
a { background-color: #A55DD2; }
a { background-color: rgb(165,93,210); }
div.DivClassName
{
background-color: #A55DD2;
}
.BgClassName
{
background-color: #A55DD2;
}
</style>
border-color css
<style>
span { border-color: #A55DD2; }
span { border-color: rgb(165,93,210); }
td.TdClassName
{
border-color: #A55DD2;
}
.TagClassName
{
border-color: #A55DD2;
}
</style>