Shades of Dark Orchid #AA36DF
Tints of Dark Orchid #AA36DF
RGB
CMYK
RGB Variations
Color information
#AA36DF (or 0xAA36DF) is known color: Dark Orchid. HEX triplet: AA, 36 and DF. RGB value is (170,54,223). Sum of RGB (Red+Green+Blue) = 170+54+223=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA36DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36DF is #55C920. Grayscale: #6B6B6B. Windows color (decimal): -5622049 or 14628522. OLE color: 14628522.
HSL color Cylindrical-coordinate representation of color #AA36DF: hue angle of 281.18º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA36DF is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 54 | 223 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.13 |
| HSL | 281.18º | 0.73% | 0.54% | - |
| HSV(B) | 281.18º | 0.76% | 0.87% | - |
| XYZ | 31.22 | 16.51 | 71.35 | - |
| YUV | 107.95 | 192.93 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 223 | 0.24 | 0.76 | 0 | 0.13 | 281.18 | 0.73 | 0.54 |
| Hex | AA | 36 | DF | 18 | 4C | 0 | D | 119 | 49 | 36 |
| Octal | 252 | 66 | 337 | 30 | 114 | 0 | 15 | 431 | 111 | 66 |
| Binary | 10101010 | 110110 | 11011111 | 11000 | 1001100 | 0 | 1101 | 100011001 | 1001001 | 110110 |
Color Harmonies of #AA36DF
Complementary color
Monochromatic Colors of #AA36DF
Black with #AA36DF
Text Example
Text Example
White with #AA36DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA36DF; }
p { color: rgb(170,54,223); }
H1.HeaderClassName
{
color: #AA36DF;
}
.AnyTagClassName
{
color: #AA36DF;
}
</style>
background-color css
<style>
a { background-color: #AA36DF; }
a { background-color: rgb(170,54,223); }
div.DivClassName
{
background-color: #AA36DF;
}
.BgClassName
{
background-color: #AA36DF;
}
</style>
border-color css
<style>
span { border-color: #AA36DF; }
span { border-color: rgb(170,54,223); }
td.TdClassName
{
border-color: #AA36DF;
}
.TagClassName
{
border-color: #AA36DF;
}
</style>