Shades of Dark Orchid #AA34D3
Tints of Dark Orchid #AA34D3
RGB
CMYK
RGB Variations
Color information
#AA34D3 (or 0xAA34D3) is known color: Dark Orchid. HEX triplet: AA, 34 and D3. RGB value is (170,52,211). Sum of RGB (Red+Green+Blue) = 170+52+211=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA34D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA34D3 is #55CB2C. Grayscale: #686868. Windows color (decimal): -5622573 or 13841578. OLE color: 13841578.
HSL color Cylindrical-coordinate representation of color #AA34D3: hue angle of 284.53º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA34D3 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 52 | 211 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.17 |
| HSL | 284.53º | 0.64% | 0.52% | - |
| HSV(B) | 284.53º | 0.75% | 0.83% | - |
| XYZ | 29.56 | 15.71 | 63.1 | - |
| YUV | 105.41 | 187.59 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 211 | 0.19 | 0.75 | 0 | 0.17 | 284.53 | 0.64 | 0.52 |
| Hex | AA | 34 | D3 | 13 | 4B | 0 | 11 | 11D | 40 | 34 |
| Octal | 252 | 64 | 323 | 23 | 113 | 0 | 21 | 435 | 100 | 64 |
| Binary | 10101010 | 110100 | 11010011 | 10011 | 1001011 | 0 | 10001 | 100011101 | 1000000 | 110100 |
Color Harmonies of #AA34D3
Complementary color
Monochromatic Colors of #AA34D3
Black with #AA34D3
Text Example
Text Example
White with #AA34D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA34D3; }
p { color: rgb(170,52,211); }
H1.HeaderClassName
{
color: #AA34D3;
}
.AnyTagClassName
{
color: #AA34D3;
}
</style>
background-color css
<style>
a { background-color: #AA34D3; }
a { background-color: rgb(170,52,211); }
div.DivClassName
{
background-color: #AA34D3;
}
.BgClassName
{
background-color: #AA34D3;
}
</style>
border-color css
<style>
span { border-color: #AA34D3; }
span { border-color: rgb(170,52,211); }
td.TdClassName
{
border-color: #AA34D3;
}
.TagClassName
{
border-color: #AA34D3;
}
</style>