Shades of Dark Orchid #AA34D0
Tints of Dark Orchid #AA34D0
RGB
CMYK
RGB Variations
Color information
#AA34D0 (or 0xAA34D0) is known color: Dark Orchid. HEX triplet: AA, 34 and D0. RGB value is (170,52,208). Sum of RGB (Red+Green+Blue) = 170+52+208=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA34D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA34D0 is #55CB2F. Grayscale: #686868. Windows color (decimal): -5622576 or 13644970. OLE color: 13644970.
HSL color Cylindrical-coordinate representation of color #AA34D0: hue angle of 285.38º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA34D0 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 52 | 208 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.18 |
| HSL | 285.38º | 0.62% | 0.51% | - |
| HSV(B) | 285.38º | 0.75% | 0.82% | - |
| XYZ | 29.19 | 15.56 | 61.14 | - |
| YUV | 105.07 | 186.09 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 208 | 0.18 | 0.75 | 0 | 0.18 | 285.38 | 0.62 | 0.51 |
| Hex | AA | 34 | D0 | 12 | 4B | 0 | 12 | 11D | 3E | 33 |
| Octal | 252 | 64 | 320 | 22 | 113 | 0 | 22 | 435 | 76 | 63 |
| Binary | 10101010 | 110100 | 11010000 | 10010 | 1001011 | 0 | 10010 | 100011101 | 111110 | 110011 |
Color Harmonies of #AA34D0
Complementary color
Monochromatic Colors of #AA34D0
Black with #AA34D0
Text Example
Text Example
White with #AA34D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA34D0; }
p { color: rgb(170,52,208); }
H1.HeaderClassName
{
color: #AA34D0;
}
.AnyTagClassName
{
color: #AA34D0;
}
</style>
background-color css
<style>
a { background-color: #AA34D0; }
a { background-color: rgb(170,52,208); }
div.DivClassName
{
background-color: #AA34D0;
}
.BgClassName
{
background-color: #AA34D0;
}
</style>
border-color css
<style>
span { border-color: #AA34D0; }
span { border-color: rgb(170,52,208); }
td.TdClassName
{
border-color: #AA34D0;
}
.TagClassName
{
border-color: #AA34D0;
}
</style>