Shades of Dark Orchid #AA34DF
Tints of Dark Orchid #AA34DF
RGB
CMYK
RGB Variations
Color information
#AA34DF (or 0xAA34DF) is known color: Dark Orchid. HEX triplet: AA, 34 and DF. RGB value is (170,52,223). Sum of RGB (Red+Green+Blue) = 170+52+223=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA34DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA34DF is #55CB20. Grayscale: #6A6A6A. Windows color (decimal): -5622561 or 14628010. OLE color: 14628010.
HSL color Cylindrical-coordinate representation of color #AA34DF: hue angle of 281.4º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA34DF is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 52 | 223 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.13 |
| HSL | 281.4º | 0.73% | 0.54% | - |
| HSV(B) | 281.4º | 0.77% | 0.87% | - |
| XYZ | 31.12 | 16.33 | 71.32 | - |
| YUV | 106.78 | 193.59 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 223 | 0.24 | 0.77 | 0 | 0.13 | 281.4 | 0.73 | 0.54 |
| Hex | AA | 34 | DF | 18 | 4D | 0 | D | 119 | 49 | 36 |
| Octal | 252 | 64 | 337 | 30 | 115 | 0 | 15 | 431 | 111 | 66 |
| Binary | 10101010 | 110100 | 11011111 | 11000 | 1001101 | 0 | 1101 | 100011001 | 1001001 | 110110 |
Color Harmonies of #AA34DF
Complementary color
Monochromatic Colors of #AA34DF
Black with #AA34DF
Text Example
Text Example
White with #AA34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA34DF; }
p { color: rgb(170,52,223); }
H1.HeaderClassName
{
color: #AA34DF;
}
.AnyTagClassName
{
color: #AA34DF;
}
</style>
background-color css
<style>
a { background-color: #AA34DF; }
a { background-color: rgb(170,52,223); }
div.DivClassName
{
background-color: #AA34DF;
}
.BgClassName
{
background-color: #AA34DF;
}
</style>
border-color css
<style>
span { border-color: #AA34DF; }
span { border-color: rgb(170,52,223); }
td.TdClassName
{
border-color: #AA34DF;
}
.TagClassName
{
border-color: #AA34DF;
}
</style>