Shades of Dark Orchid #AA34D6
Tints of Dark Orchid #AA34D6
RGB
CMYK
RGB Variations
Color information
#AA34D6 (or 0xAA34D6) is known color: Dark Orchid. HEX triplet: AA, 34 and D6. RGB value is (170,52,214). Sum of RGB (Red+Green+Blue) = 170+52+214=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA34D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA34D6 is #55CB29. Grayscale: #696969. Windows color (decimal): -5622570 or 14038186. OLE color: 14038186.
HSL color Cylindrical-coordinate representation of color #AA34D6: hue angle of 283.7º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA34D6 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 52 | 214 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.16 |
| HSL | 283.7º | 0.66% | 0.52% | - |
| HSV(B) | 283.7º | 0.76% | 0.84% | - |
| XYZ | 29.94 | 15.86 | 65.1 | - |
| YUV | 105.75 | 189.09 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 214 | 0.21 | 0.76 | 0 | 0.16 | 283.7 | 0.66 | 0.52 |
| Hex | AA | 34 | D6 | 15 | 4C | 0 | 10 | 11C | 42 | 34 |
| Octal | 252 | 64 | 326 | 25 | 114 | 0 | 20 | 434 | 102 | 64 |
| Binary | 10101010 | 110100 | 11010110 | 10101 | 1001100 | 0 | 10000 | 100011100 | 1000010 | 110100 |
Color Harmonies of #AA34D6
Complementary color
Monochromatic Colors of #AA34D6
Black with #AA34D6
Text Example
Text Example
White with #AA34D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA34D6; }
p { color: rgb(170,52,214); }
H1.HeaderClassName
{
color: #AA34D6;
}
.AnyTagClassName
{
color: #AA34D6;
}
</style>
background-color css
<style>
a { background-color: #AA34D6; }
a { background-color: rgb(170,52,214); }
div.DivClassName
{
background-color: #AA34D6;
}
.BgClassName
{
background-color: #AA34D6;
}
</style>
border-color css
<style>
span { border-color: #AA34D6; }
span { border-color: rgb(170,52,214); }
td.TdClassName
{
border-color: #AA34D6;
}
.TagClassName
{
border-color: #AA34D6;
}
</style>