Shades of Dark Orchid #AA30DF
Tints of Dark Orchid #AA30DF
RGB
CMYK
RGB Variations
Color information
#AA30DF (or 0xAA30DF) is known color: Dark Orchid. HEX triplet: AA, 30 and DF. RGB value is (170,48,223). Sum of RGB (Red+Green+Blue) = 170+48+223=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA30DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30DF is #55CF20. Grayscale: #676767. Windows color (decimal): -5623585 or 14626986. OLE color: 14626986.
HSL color Cylindrical-coordinate representation of color #AA30DF: hue angle of 281.83º 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 #AA30DF is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 48 | 223 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.13 |
| HSL | 281.83º | 0.73% | 0.53% | - |
| HSV(B) | 281.83º | 0.78% | 0.87% | - |
| XYZ | 30.95 | 15.99 | 71.27 | - |
| YUV | 104.43 | 194.92 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 223 | 0.24 | 0.78 | 0 | 0.13 | 281.83 | 0.73 | 0.53 |
| Hex | AA | 30 | DF | 18 | 4E | 0 | D | 11A | 49 | 35 |
| Octal | 252 | 60 | 337 | 30 | 116 | 0 | 15 | 432 | 111 | 65 |
| Binary | 10101010 | 110000 | 11011111 | 11000 | 1001110 | 0 | 1101 | 100011010 | 1001001 | 110101 |
Color Harmonies of #AA30DF
Complementary color
Monochromatic Colors of #AA30DF
Black with #AA30DF
Text Example
Text Example
White with #AA30DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30DF; }
p { color: rgb(170,48,223); }
H1.HeaderClassName
{
color: #AA30DF;
}
.AnyTagClassName
{
color: #AA30DF;
}
</style>
background-color css
<style>
a { background-color: #AA30DF; }
a { background-color: rgb(170,48,223); }
div.DivClassName
{
background-color: #AA30DF;
}
.BgClassName
{
background-color: #AA30DF;
}
</style>
border-color css
<style>
span { border-color: #AA30DF; }
span { border-color: rgb(170,48,223); }
td.TdClassName
{
border-color: #AA30DF;
}
.TagClassName
{
border-color: #AA30DF;
}
</style>