Shades of Dark Orchid #AA40DF
Tints of Dark Orchid #AA40DF
RGB
CMYK
RGB Variations
Color information
#AA40DF (or 0xAA40DF) is known color: Dark Orchid. HEX triplet: AA, 40 and DF. RGB value is (170,64,223). Sum of RGB (Red+Green+Blue) = 170+64+223=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA40DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40DF is #55BF20. Grayscale: #717171. Windows color (decimal): -5619489 or 14631082. OLE color: 14631082.
HSL color Cylindrical-coordinate representation of color #AA40DF: hue angle of 280º 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 #AA40DF is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 64 | 223 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.13 |
| HSL | 280º | 0.71% | 0.56% | - |
| HSV(B) | 280º | 0.71% | 0.87% | - |
| XYZ | 31.73 | 17.54 | 71.53 | - |
| YUV | 113.82 | 189.62 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 223 | 0.24 | 0.71 | 0 | 0.13 | 280 | 0.71 | 0.56 |
| Hex | AA | 40 | DF | 18 | 47 | 0 | D | 118 | 47 | 38 |
| Octal | 252 | 100 | 337 | 30 | 107 | 0 | 15 | 430 | 107 | 70 |
| Binary | 10101010 | 1000000 | 11011111 | 11000 | 1000111 | 0 | 1101 | 100011000 | 1000111 | 111000 |
Color Harmonies of #AA40DF
Complementary color
Monochromatic Colors of #AA40DF
Black with #AA40DF
Text Example
Text Example
White with #AA40DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA40DF; }
p { color: rgb(170,64,223); }
H1.HeaderClassName
{
color: #AA40DF;
}
.AnyTagClassName
{
color: #AA40DF;
}
</style>
background-color css
<style>
a { background-color: #AA40DF; }
a { background-color: rgb(170,64,223); }
div.DivClassName
{
background-color: #AA40DF;
}
.BgClassName
{
background-color: #AA40DF;
}
</style>
border-color css
<style>
span { border-color: #AA40DF; }
span { border-color: rgb(170,64,223); }
td.TdClassName
{
border-color: #AA40DF;
}
.TagClassName
{
border-color: #AA40DF;
}
</style>