Shades of Dark Orchid #AA34CF
Tints of Dark Orchid #AA34CF
RGB
CMYK
RGB Variations
Color information
#AA34CF (or 0xAA34CF) is known color: Dark Orchid. HEX triplet: AA, 34 and CF. RGB value is (170,52,207). Sum of RGB (Red+Green+Blue) = 170+52+207=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA34CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA34CF is #55CB30. Grayscale: #686868. Windows color (decimal): -5622577 or 13579434. OLE color: 13579434.
HSL color Cylindrical-coordinate representation of color #AA34CF: hue angle of 285.68º degrees, saturation: 0.62, 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 #AA34CF is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 52 | 207 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.19 |
| HSL | 285.68º | 0.62% | 0.51% | - |
| HSV(B) | 285.68º | 0.75% | 0.81% | - |
| XYZ | 29.07 | 15.51 | 60.49 | - |
| YUV | 104.95 | 185.59 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 207 | 0.18 | 0.75 | 0 | 0.19 | 285.68 | 0.62 | 0.51 |
| Hex | AA | 34 | CF | 12 | 4B | 0 | 13 | 11E | 3E | 33 |
| Octal | 252 | 64 | 317 | 22 | 113 | 0 | 23 | 436 | 76 | 63 |
| Binary | 10101010 | 110100 | 11001111 | 10010 | 1001011 | 0 | 10011 | 100011110 | 111110 | 110011 |
Color Harmonies of #AA34CF
Complementary color
Monochromatic Colors of #AA34CF
Black with #AA34CF
Text Example
Text Example
White with #AA34CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA34CF; }
p { color: rgb(170,52,207); }
H1.HeaderClassName
{
color: #AA34CF;
}
.AnyTagClassName
{
color: #AA34CF;
}
</style>
background-color css
<style>
a { background-color: #AA34CF; }
a { background-color: rgb(170,52,207); }
div.DivClassName
{
background-color: #AA34CF;
}
.BgClassName
{
background-color: #AA34CF;
}
</style>
border-color css
<style>
span { border-color: #AA34CF; }
span { border-color: rgb(170,52,207); }
td.TdClassName
{
border-color: #AA34CF;
}
.TagClassName
{
border-color: #AA34CF;
}
</style>