Shades of Dark Orchid #AA34BC
Tints of Dark Orchid #AA34BC
RGB
CMYK
RGB Variations
Color information
#AA34BC (or 0xAA34BC) is known color: Dark Orchid. HEX triplet: AA, 34 and BC. RGB value is (170,52,188). Sum of RGB (Red+Green+Blue) = 170+52+188=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA34BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA34BC is #55CB43. Grayscale: #666666. Windows color (decimal): -5622596 or 12334250. OLE color: 12334250.
HSL color Cylindrical-coordinate representation of color #AA34BC: hue angle of 292.06º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA34BC is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 52 | 188 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.26 |
| HSL | 292.06º | 0.57% | 0.47% | - |
| HSV(B) | 292.06º | 0.72% | 0.74% | - |
| XYZ | 26.88 | 14.63 | 48.98 | - |
| YUV | 102.79 | 176.09 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 188 | 0.10 | 0.72 | 0 | 0.26 | 292.06 | 0.57 | 0.47 |
| Hex | AA | 34 | BC | A | 48 | 0 | 1A | 124 | 39 | 2F |
| Octal | 252 | 64 | 274 | 12 | 110 | 0 | 32 | 444 | 71 | 57 |
| Binary | 10101010 | 110100 | 10111100 | 1010 | 1001000 | 0 | 11010 | 100100100 | 111001 | 101111 |
Color Harmonies of #AA34BC
Complementary color
Monochromatic Colors of #AA34BC
Black with #AA34BC
Text Example
Text Example
White with #AA34BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA34BC; }
p { color: rgb(170,52,188); }
H1.HeaderClassName
{
color: #AA34BC;
}
.AnyTagClassName
{
color: #AA34BC;
}
</style>
background-color css
<style>
a { background-color: #AA34BC; }
a { background-color: rgb(170,52,188); }
div.DivClassName
{
background-color: #AA34BC;
}
.BgClassName
{
background-color: #AA34BC;
}
</style>
border-color css
<style>
span { border-color: #AA34BC; }
span { border-color: rgb(170,52,188); }
td.TdClassName
{
border-color: #AA34BC;
}
.TagClassName
{
border-color: #AA34BC;
}
</style>