Shades of Dark Orchid #AA41DF
Tints of Dark Orchid #AA41DF
RGB
CMYK
RGB Variations
Color information
#AA41DF (or 0xAA41DF) is known color: Dark Orchid. HEX triplet: AA, 41 and DF. RGB value is (170,65,223). Sum of RGB (Red+Green+Blue) = 170+65+223=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA41DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41DF is #55BE20. Grayscale: #717171. Windows color (decimal): -5619233 or 14631338. OLE color: 14631338.
HSL color Cylindrical-coordinate representation of color #AA41DF: hue angle of 279.87º degrees, saturation: 0.71, 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 #AA41DF is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 65 | 223 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.13 |
| HSL | 279.87º | 0.71% | 0.56% | - |
| HSV(B) | 279.87º | 0.71% | 0.87% | - |
| XYZ | 31.79 | 17.65 | 71.54 | - |
| YUV | 114.41 | 189.29 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 223 | 0.24 | 0.71 | 0 | 0.13 | 279.87 | 0.71 | 0.56 |
| Hex | AA | 41 | DF | 18 | 47 | 0 | D | 118 | 47 | 38 |
| Octal | 252 | 101 | 337 | 30 | 107 | 0 | 15 | 430 | 107 | 70 |
| Binary | 10101010 | 1000001 | 11011111 | 11000 | 1000111 | 0 | 1101 | 100011000 | 1000111 | 111000 |
Color Harmonies of #AA41DF
Complementary color
Monochromatic Colors of #AA41DF
Black with #AA41DF
Text Example
Text Example
White with #AA41DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA41DF; }
p { color: rgb(170,65,223); }
H1.HeaderClassName
{
color: #AA41DF;
}
.AnyTagClassName
{
color: #AA41DF;
}
</style>
background-color css
<style>
a { background-color: #AA41DF; }
a { background-color: rgb(170,65,223); }
div.DivClassName
{
background-color: #AA41DF;
}
.BgClassName
{
background-color: #AA41DF;
}
</style>
border-color css
<style>
span { border-color: #AA41DF; }
span { border-color: rgb(170,65,223); }
td.TdClassName
{
border-color: #AA41DF;
}
.TagClassName
{
border-color: #AA41DF;
}
</style>