Shades of Dark Orchid #AA39DF
Tints of Dark Orchid #AA39DF
RGB
CMYK
RGB Variations
Color information
#AA39DF (or 0xAA39DF) is known color: Dark Orchid. HEX triplet: AA, 39 and DF. RGB value is (170,57,223). Sum of RGB (Red+Green+Blue) = 170+57+223=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA39DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA39DF is #55C620. Grayscale: #6D6D6D. Windows color (decimal): -5621281 or 14629290. OLE color: 14629290.
HSL color Cylindrical-coordinate representation of color #AA39DF: hue angle of 280.84º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA39DF is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 57 | 223 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.13 |
| HSL | 280.84º | 0.72% | 0.55% | - |
| HSV(B) | 280.84º | 0.74% | 0.87% | - |
| XYZ | 31.36 | 16.8 | 71.4 | - |
| YUV | 109.71 | 191.94 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 223 | 0.24 | 0.74 | 0 | 0.13 | 280.84 | 0.72 | 0.55 |
| Hex | AA | 39 | DF | 18 | 4A | 0 | D | 119 | 48 | 37 |
| Octal | 252 | 71 | 337 | 30 | 112 | 0 | 15 | 431 | 110 | 67 |
| Binary | 10101010 | 111001 | 11011111 | 11000 | 1001010 | 0 | 1101 | 100011001 | 1001000 | 110111 |
Color Harmonies of #AA39DF
Complementary color
Monochromatic Colors of #AA39DF
Black with #AA39DF
Text Example
Text Example
White with #AA39DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA39DF; }
p { color: rgb(170,57,223); }
H1.HeaderClassName
{
color: #AA39DF;
}
.AnyTagClassName
{
color: #AA39DF;
}
</style>
background-color css
<style>
a { background-color: #AA39DF; }
a { background-color: rgb(170,57,223); }
div.DivClassName
{
background-color: #AA39DF;
}
.BgClassName
{
background-color: #AA39DF;
}
</style>
border-color css
<style>
span { border-color: #AA39DF; }
span { border-color: rgb(170,57,223); }
td.TdClassName
{
border-color: #AA39DF;
}
.TagClassName
{
border-color: #AA39DF;
}
</style>