Shades of Dark Orchid #AA34D7
Tints of Dark Orchid #AA34D7
RGB
CMYK
RGB Variations
Color information
#AA34D7 (or 0xAA34D7) is known color: Dark Orchid. HEX triplet: AA, 34 and D7. RGB value is (170,52,215). Sum of RGB (Red+Green+Blue) = 170+52+215=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA34D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA34D7 is #55CB28. Grayscale: #696969. Windows color (decimal): -5622569 or 14103722. OLE color: 14103722.
HSL color Cylindrical-coordinate representation of color #AA34D7: hue angle of 283.44º degrees, saturation: 0.67, 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 #AA34D7 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 52 | 215 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.16 |
| HSL | 283.44º | 0.67% | 0.52% | - |
| HSV(B) | 283.44º | 0.76% | 0.84% | - |
| XYZ | 30.07 | 15.91 | 65.78 | - |
| YUV | 105.86 | 189.59 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 215 | 0.21 | 0.76 | 0 | 0.16 | 283.44 | 0.67 | 0.52 |
| Hex | AA | 34 | D7 | 15 | 4C | 0 | 10 | 11B | 43 | 34 |
| Octal | 252 | 64 | 327 | 25 | 114 | 0 | 20 | 433 | 103 | 64 |
| Binary | 10101010 | 110100 | 11010111 | 10101 | 1001100 | 0 | 10000 | 100011011 | 1000011 | 110100 |
Color Harmonies of #AA34D7
Complementary color
Monochromatic Colors of #AA34D7
Black with #AA34D7
Text Example
Text Example
White with #AA34D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA34D7; }
p { color: rgb(170,52,215); }
H1.HeaderClassName
{
color: #AA34D7;
}
.AnyTagClassName
{
color: #AA34D7;
}
</style>
background-color css
<style>
a { background-color: #AA34D7; }
a { background-color: rgb(170,52,215); }
div.DivClassName
{
background-color: #AA34D7;
}
.BgClassName
{
background-color: #AA34D7;
}
</style>
border-color css
<style>
span { border-color: #AA34D7; }
span { border-color: rgb(170,52,215); }
td.TdClassName
{
border-color: #AA34D7;
}
.TagClassName
{
border-color: #AA34D7;
}
</style>