Shades of Dark Orchid #AA31D5
Tints of Dark Orchid #AA31D5
RGB
CMYK
RGB Variations
Color information
#AA31D5 (or 0xAA31D5) is known color: Dark Orchid. HEX triplet: AA, 31 and D5. RGB value is (170,49,213). Sum of RGB (Red+Green+Blue) = 170+49+213=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA31D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31D5 is #55CE2A. Grayscale: #676767. Windows color (decimal): -5623339 or 13971882. OLE color: 13971882.
HSL color Cylindrical-coordinate representation of color #AA31D5: hue angle of 284.27º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA31D5 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 49 | 213 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.16 |
| HSL | 284.27º | 0.66% | 0.51% | - |
| HSV(B) | 284.27º | 0.77% | 0.84% | - |
| XYZ | 29.69 | 15.55 | 64.39 | - |
| YUV | 103.88 | 189.59 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 213 | 0.20 | 0.77 | 0 | 0.16 | 284.27 | 0.66 | 0.51 |
| Hex | AA | 31 | D5 | 14 | 4D | 0 | 10 | 11C | 42 | 33 |
| Octal | 252 | 61 | 325 | 24 | 115 | 0 | 20 | 434 | 102 | 63 |
| Binary | 10101010 | 110001 | 11010101 | 10100 | 1001101 | 0 | 10000 | 100011100 | 1000010 | 110011 |
Color Harmonies of #AA31D5
Complementary color
Monochromatic Colors of #AA31D5
Black with #AA31D5
Text Example
Text Example
White with #AA31D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31D5; }
p { color: rgb(170,49,213); }
H1.HeaderClassName
{
color: #AA31D5;
}
.AnyTagClassName
{
color: #AA31D5;
}
</style>
background-color css
<style>
a { background-color: #AA31D5; }
a { background-color: rgb(170,49,213); }
div.DivClassName
{
background-color: #AA31D5;
}
.BgClassName
{
background-color: #AA31D5;
}
</style>
border-color css
<style>
span { border-color: #AA31D5; }
span { border-color: rgb(170,49,213); }
td.TdClassName
{
border-color: #AA31D5;
}
.TagClassName
{
border-color: #AA31D5;
}
</style>