Shades of Dark Orchid #AA36D7
Tints of Dark Orchid #AA36D7
RGB
CMYK
RGB Variations
Color information
#AA36D7 (or 0xAA36D7) is known color: Dark Orchid. HEX triplet: AA, 36 and D7. RGB value is (170,54,215). Sum of RGB (Red+Green+Blue) = 170+54+215=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA36D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36D7 is #55C928. Grayscale: #6A6A6A. Windows color (decimal): -5622057 or 14104234. OLE color: 14104234.
HSL color Cylindrical-coordinate representation of color #AA36D7: hue angle of 283.23º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA36D7 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 54 | 215 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.16 |
| HSL | 283.23º | 0.67% | 0.53% | - |
| HSV(B) | 283.23º | 0.75% | 0.84% | - |
| XYZ | 30.16 | 16.09 | 65.81 | - |
| YUV | 107.04 | 188.93 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 215 | 0.21 | 0.75 | 0 | 0.16 | 283.23 | 0.67 | 0.53 |
| Hex | AA | 36 | D7 | 15 | 4B | 0 | 10 | 11B | 43 | 35 |
| Octal | 252 | 66 | 327 | 25 | 113 | 0 | 20 | 433 | 103 | 65 |
| Binary | 10101010 | 110110 | 11010111 | 10101 | 1001011 | 0 | 10000 | 100011011 | 1000011 | 110101 |
Color Harmonies of #AA36D7
Complementary color
Monochromatic Colors of #AA36D7
Black with #AA36D7
Text Example
Text Example
White with #AA36D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA36D7; }
p { color: rgb(170,54,215); }
H1.HeaderClassName
{
color: #AA36D7;
}
.AnyTagClassName
{
color: #AA36D7;
}
</style>
background-color css
<style>
a { background-color: #AA36D7; }
a { background-color: rgb(170,54,215); }
div.DivClassName
{
background-color: #AA36D7;
}
.BgClassName
{
background-color: #AA36D7;
}
</style>
border-color css
<style>
span { border-color: #AA36D7; }
span { border-color: rgb(170,54,215); }
td.TdClassName
{
border-color: #AA36D7;
}
.TagClassName
{
border-color: #AA36D7;
}
</style>