Shades of Dark Orchid #AA34CE
Tints of Dark Orchid #AA34CE
RGB
CMYK
RGB Variations
Color information
#AA34CE (or 0xAA34CE) is known color: Dark Orchid. HEX triplet: AA, 34 and CE. RGB value is (170,52,206). Sum of RGB (Red+Green+Blue) = 170+52+206=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA34CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA34CE is #55CB31. Grayscale: #686868. Windows color (decimal): -5622578 or 13513898. OLE color: 13513898.
HSL color Cylindrical-coordinate representation of color #AA34CE: hue angle of 285.97º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA34CE is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 52 | 206 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.19 |
| HSL | 285.97º | 0.61% | 0.51% | - |
| HSV(B) | 285.97º | 0.75% | 0.81% | - |
| XYZ | 28.95 | 15.46 | 59.85 | - |
| YUV | 104.84 | 185.09 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 206 | 0.17 | 0.75 | 0 | 0.19 | 285.97 | 0.61 | 0.51 |
| Hex | AA | 34 | CE | 11 | 4B | 0 | 13 | 11E | 3D | 33 |
| Octal | 252 | 64 | 316 | 21 | 113 | 0 | 23 | 436 | 75 | 63 |
| Binary | 10101010 | 110100 | 11001110 | 10001 | 1001011 | 0 | 10011 | 100011110 | 111101 | 110011 |
Color Harmonies of #AA34CE
Complementary color
Monochromatic Colors of #AA34CE
Black with #AA34CE
Text Example
Text Example
White with #AA34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA34CE; }
p { color: rgb(170,52,206); }
H1.HeaderClassName
{
color: #AA34CE;
}
.AnyTagClassName
{
color: #AA34CE;
}
</style>
background-color css
<style>
a { background-color: #AA34CE; }
a { background-color: rgb(170,52,206); }
div.DivClassName
{
background-color: #AA34CE;
}
.BgClassName
{
background-color: #AA34CE;
}
</style>
border-color css
<style>
span { border-color: #AA34CE; }
span { border-color: rgb(170,52,206); }
td.TdClassName
{
border-color: #AA34CE;
}
.TagClassName
{
border-color: #AA34CE;
}
</style>