Shades of Dark Orchid #AA39CF
Tints of Dark Orchid #AA39CF
RGB
CMYK
RGB Variations
Color information
#AA39CF (or 0xAA39CF) is known color: Dark Orchid. HEX triplet: AA, 39 and CF. RGB value is (170,57,207). Sum of RGB (Red+Green+Blue) = 170+57+207=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA39CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA39CF is #55C630. Grayscale: #6B6B6B. Windows color (decimal): -5621297 or 13580714. OLE color: 13580714.
HSL color Cylindrical-coordinate representation of color #AA39CF: hue angle of 285.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA39CF is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 57 | 207 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.19 |
| HSL | 285.2º | 0.61% | 0.52% | - |
| HSV(B) | 285.2º | 0.72% | 0.81% | - |
| XYZ | 29.3 | 15.98 | 60.57 | - |
| YUV | 107.89 | 183.94 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 207 | 0.18 | 0.72 | 0 | 0.19 | 285.2 | 0.61 | 0.52 |
| Hex | AA | 39 | CF | 12 | 48 | 0 | 13 | 11D | 3D | 34 |
| Octal | 252 | 71 | 317 | 22 | 110 | 0 | 23 | 435 | 75 | 64 |
| Binary | 10101010 | 111001 | 11001111 | 10010 | 1001000 | 0 | 10011 | 100011101 | 111101 | 110100 |
Color Harmonies of #AA39CF
Complementary color
Monochromatic Colors of #AA39CF
Black with #AA39CF
Text Example
Text Example
White with #AA39CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA39CF; }
p { color: rgb(170,57,207); }
H1.HeaderClassName
{
color: #AA39CF;
}
.AnyTagClassName
{
color: #AA39CF;
}
</style>
background-color css
<style>
a { background-color: #AA39CF; }
a { background-color: rgb(170,57,207); }
div.DivClassName
{
background-color: #AA39CF;
}
.BgClassName
{
background-color: #AA39CF;
}
</style>
border-color css
<style>
span { border-color: #AA39CF; }
span { border-color: rgb(170,57,207); }
td.TdClassName
{
border-color: #AA39CF;
}
.TagClassName
{
border-color: #AA39CF;
}
</style>