Shades of Dark Orchid #AA31DF
Tints of Dark Orchid #AA31DF
RGB
CMYK
RGB Variations
Color information
#AA31DF (or 0xAA31DF) is known color: Dark Orchid. HEX triplet: AA, 31 and DF. RGB value is (170,49,223). Sum of RGB (Red+Green+Blue) = 170+49+223=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA31DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31DF is #55CE20. Grayscale: #686868. Windows color (decimal): -5623329 or 14627242. OLE color: 14627242.
HSL color Cylindrical-coordinate representation of color #AA31DF: hue angle of 281.72º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA31DF is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 49 | 223 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.13 |
| HSL | 281.72º | 0.73% | 0.53% | - |
| HSV(B) | 281.72º | 0.78% | 0.87% | - |
| XYZ | 31 | 16.07 | 71.28 | - |
| YUV | 105.02 | 194.59 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 223 | 0.24 | 0.78 | 0 | 0.13 | 281.72 | 0.73 | 0.53 |
| Hex | AA | 31 | DF | 18 | 4E | 0 | D | 11A | 49 | 35 |
| Octal | 252 | 61 | 337 | 30 | 116 | 0 | 15 | 432 | 111 | 65 |
| Binary | 10101010 | 110001 | 11011111 | 11000 | 1001110 | 0 | 1101 | 100011010 | 1001001 | 110101 |
Color Harmonies of #AA31DF
Complementary color
Monochromatic Colors of #AA31DF
Black with #AA31DF
Text Example
Text Example
White with #AA31DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31DF; }
p { color: rgb(170,49,223); }
H1.HeaderClassName
{
color: #AA31DF;
}
.AnyTagClassName
{
color: #AA31DF;
}
</style>
background-color css
<style>
a { background-color: #AA31DF; }
a { background-color: rgb(170,49,223); }
div.DivClassName
{
background-color: #AA31DF;
}
.BgClassName
{
background-color: #AA31DF;
}
</style>
border-color css
<style>
span { border-color: #AA31DF; }
span { border-color: rgb(170,49,223); }
td.TdClassName
{
border-color: #AA31DF;
}
.TagClassName
{
border-color: #AA31DF;
}
</style>