Shades of Dark Orchid #AA3FDD
Tints of Dark Orchid #AA3FDD
RGB
CMYK
RGB Variations
Color information
#AA3FDD (or 0xAA3FDD) is known color: Dark Orchid. HEX triplet: AA, 3F and DD. RGB value is (170,63,221). Sum of RGB (Red+Green+Blue) = 170+63+221=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA3FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3FDD is #55C022. Grayscale: #707070. Windows color (decimal): -5619747 or 14499754. OLE color: 14499754.
HSL color Cylindrical-coordinate representation of color #AA3FDD: hue angle of 280.63º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3FDD is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 63 | 221 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.13 |
| HSL | 280.63º | 0.7% | 0.56% | - |
| HSV(B) | 280.63º | 0.71% | 0.87% | - |
| XYZ | 31.41 | 17.32 | 70.09 | - |
| YUV | 113.01 | 188.95 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 221 | 0.23 | 0.71 | 0 | 0.13 | 280.63 | 0.7 | 0.56 |
| Hex | AA | 3F | DD | 17 | 47 | 0 | D | 119 | 46 | 38 |
| Octal | 252 | 77 | 335 | 27 | 107 | 0 | 15 | 431 | 106 | 70 |
| Binary | 10101010 | 111111 | 11011101 | 10111 | 1000111 | 0 | 1101 | 100011001 | 1000110 | 111000 |
Color Harmonies of #AA3FDD
Complementary color
Monochromatic Colors of #AA3FDD
Black with #AA3FDD
Text Example
Text Example
White with #AA3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3FDD; }
p { color: rgb(170,63,221); }
H1.HeaderClassName
{
color: #AA3FDD;
}
.AnyTagClassName
{
color: #AA3FDD;
}
</style>
background-color css
<style>
a { background-color: #AA3FDD; }
a { background-color: rgb(170,63,221); }
div.DivClassName
{
background-color: #AA3FDD;
}
.BgClassName
{
background-color: #AA3FDD;
}
</style>
border-color css
<style>
span { border-color: #AA3FDD; }
span { border-color: rgb(170,63,221); }
td.TdClassName
{
border-color: #AA3FDD;
}
.TagClassName
{
border-color: #AA3FDD;
}
</style>