Shades of Dark Orchid #AA36D3
Tints of Dark Orchid #AA36D3
RGB
CMYK
RGB Variations
Color information
#AA36D3 (or 0xAA36D3) is known color: Dark Orchid. HEX triplet: AA, 36 and D3. RGB value is (170,54,211). Sum of RGB (Red+Green+Blue) = 170+54+211=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA36D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36D3 is #55C92C. Grayscale: #6A6A6A. Windows color (decimal): -5622061 or 13842090. OLE color: 13842090.
HSL color Cylindrical-coordinate representation of color #AA36D3: hue angle of 284.33º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA36D3 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 54 | 211 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.17 |
| HSL | 284.33º | 0.64% | 0.52% | - |
| HSV(B) | 284.33º | 0.74% | 0.83% | - |
| XYZ | 29.65 | 15.89 | 63.13 | - |
| YUV | 106.58 | 186.93 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 211 | 0.19 | 0.74 | 0 | 0.17 | 284.33 | 0.64 | 0.52 |
| Hex | AA | 36 | D3 | 13 | 4A | 0 | 11 | 11C | 40 | 34 |
| Octal | 252 | 66 | 323 | 23 | 112 | 0 | 21 | 434 | 100 | 64 |
| Binary | 10101010 | 110110 | 11010011 | 10011 | 1001010 | 0 | 10001 | 100011100 | 1000000 | 110100 |
Color Harmonies of #AA36D3
Complementary color
Monochromatic Colors of #AA36D3
Black with #AA36D3
Text Example
Text Example
White with #AA36D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA36D3; }
p { color: rgb(170,54,211); }
H1.HeaderClassName
{
color: #AA36D3;
}
.AnyTagClassName
{
color: #AA36D3;
}
</style>
background-color css
<style>
a { background-color: #AA36D3; }
a { background-color: rgb(170,54,211); }
div.DivClassName
{
background-color: #AA36D3;
}
.BgClassName
{
background-color: #AA36D3;
}
</style>
border-color css
<style>
span { border-color: #AA36D3; }
span { border-color: rgb(170,54,211); }
td.TdClassName
{
border-color: #AA36D3;
}
.TagClassName
{
border-color: #AA36D3;
}
</style>