Shades of Dark Orchid #AA34DE
Tints of Dark Orchid #AA34DE
RGB
CMYK
RGB Variations
Color information
#AA34DE (or 0xAA34DE) is known color: Dark Orchid. HEX triplet: AA, 34 and DE. RGB value is (170,52,222). Sum of RGB (Red+Green+Blue) = 170+52+222=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA34DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA34DE is #55CB21. Grayscale: #6A6A6A. Windows color (decimal): -5622562 or 14562474. OLE color: 14562474.
HSL color Cylindrical-coordinate representation of color #AA34DE: hue angle of 281.65º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA34DE is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 52 | 222 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.13 |
| HSL | 281.65º | 0.72% | 0.54% | - |
| HSV(B) | 281.65º | 0.77% | 0.87% | - |
| XYZ | 30.99 | 16.28 | 70.62 | - |
| YUV | 106.66 | 193.09 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 222 | 0.23 | 0.77 | 0 | 0.13 | 281.65 | 0.72 | 0.54 |
| Hex | AA | 34 | DE | 17 | 4D | 0 | D | 11A | 48 | 36 |
| Octal | 252 | 64 | 336 | 27 | 115 | 0 | 15 | 432 | 110 | 66 |
| Binary | 10101010 | 110100 | 11011110 | 10111 | 1001101 | 0 | 1101 | 100011010 | 1001000 | 110110 |
Color Harmonies of #AA34DE
Complementary color
Monochromatic Colors of #AA34DE
Black with #AA34DE
Text Example
Text Example
White with #AA34DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA34DE; }
p { color: rgb(170,52,222); }
H1.HeaderClassName
{
color: #AA34DE;
}
.AnyTagClassName
{
color: #AA34DE;
}
</style>
background-color css
<style>
a { background-color: #AA34DE; }
a { background-color: rgb(170,52,222); }
div.DivClassName
{
background-color: #AA34DE;
}
.BgClassName
{
background-color: #AA34DE;
}
</style>
border-color css
<style>
span { border-color: #AA34DE; }
span { border-color: rgb(170,52,222); }
td.TdClassName
{
border-color: #AA34DE;
}
.TagClassName
{
border-color: #AA34DE;
}
</style>