Shades of Dark Orchid #AA31D6
Tints of Dark Orchid #AA31D6
RGB
CMYK
RGB Variations
Color information
#AA31D6 (or 0xAA31D6) is known color: Dark Orchid. HEX triplet: AA, 31 and D6. RGB value is (170,49,214). Sum of RGB (Red+Green+Blue) = 170+49+214=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 214 (83.98% from 255 or 49.42% from 433); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA31D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31D6 is #55CE29. Grayscale: #676767. Windows color (decimal): -5623338 or 14037418. OLE color: 14037418.
HSL color Cylindrical-coordinate representation of color #AA31D6: hue angle of 284º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA31D6 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 49 | 214 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.16 |
| HSL | 284º | 0.67% | 0.52% | - |
| HSV(B) | 284º | 0.77% | 0.84% | - |
| XYZ | 29.81 | 15.6 | 65.06 | - |
| YUV | 103.99 | 190.09 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 214 | 0.21 | 0.77 | 0 | 0.16 | 284 | 0.67 | 0.52 |
| Hex | AA | 31 | D6 | 15 | 4D | 0 | 10 | 11C | 43 | 34 |
| Octal | 252 | 61 | 326 | 25 | 115 | 0 | 20 | 434 | 103 | 64 |
| Binary | 10101010 | 110001 | 11010110 | 10101 | 1001101 | 0 | 10000 | 100011100 | 1000011 | 110100 |
Color Harmonies of #AA31D6
Complementary color
Monochromatic Colors of #AA31D6
Black with #AA31D6
Text Example
Text Example
White with #AA31D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31D6; }
p { color: rgb(170,49,214); }
H1.HeaderClassName
{
color: #AA31D6;
}
.AnyTagClassName
{
color: #AA31D6;
}
</style>
background-color css
<style>
a { background-color: #AA31D6; }
a { background-color: rgb(170,49,214); }
div.DivClassName
{
background-color: #AA31D6;
}
.BgClassName
{
background-color: #AA31D6;
}
</style>
border-color css
<style>
span { border-color: #AA31D6; }
span { border-color: rgb(170,49,214); }
td.TdClassName
{
border-color: #AA31D6;
}
.TagClassName
{
border-color: #AA31D6;
}
</style>