Shades of Dark Orchid #AA41DD
Tints of Dark Orchid #AA41DD
RGB
CMYK
RGB Variations
Color information
#AA41DD (or 0xAA41DD) is known color: Dark Orchid. HEX triplet: AA, 41 and DD. RGB value is (170,65,221). Sum of RGB (Red+Green+Blue) = 170+65+221=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA41DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41DD is #55BE22. Grayscale: #717171. Windows color (decimal): -5619235 or 14500266. OLE color: 14500266.
HSL color Cylindrical-coordinate representation of color #AA41DD: hue angle of 280.38º 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 #AA41DD is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 65 | 221 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.13 |
| HSL | 280.38º | 0.7% | 0.56% | - |
| HSV(B) | 280.38º | 0.71% | 0.87% | - |
| XYZ | 31.52 | 17.55 | 70.13 | - |
| YUV | 114.18 | 188.29 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 221 | 0.23 | 0.71 | 0 | 0.13 | 280.38 | 0.7 | 0.56 |
| Hex | AA | 41 | DD | 17 | 47 | 0 | D | 118 | 46 | 38 |
| Octal | 252 | 101 | 335 | 27 | 107 | 0 | 15 | 430 | 106 | 70 |
| Binary | 10101010 | 1000001 | 11011101 | 10111 | 1000111 | 0 | 1101 | 100011000 | 1000110 | 111000 |
Color Harmonies of #AA41DD
Complementary color
Monochromatic Colors of #AA41DD
Black with #AA41DD
Text Example
Text Example
White with #AA41DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA41DD; }
p { color: rgb(170,65,221); }
H1.HeaderClassName
{
color: #AA41DD;
}
.AnyTagClassName
{
color: #AA41DD;
}
</style>
background-color css
<style>
a { background-color: #AA41DD; }
a { background-color: rgb(170,65,221); }
div.DivClassName
{
background-color: #AA41DD;
}
.BgClassName
{
background-color: #AA41DD;
}
</style>
border-color css
<style>
span { border-color: #AA41DD; }
span { border-color: rgb(170,65,221); }
td.TdClassName
{
border-color: #AA41DD;
}
.TagClassName
{
border-color: #AA41DD;
}
</style>