Shades of Dark Orchid #AA34AF
Tints of Dark Orchid #AA34AF
RGB
CMYK
RGB Variations
Color information
#AA34AF (or 0xAA34AF) is known color: Dark Orchid. HEX triplet: AA, 34 and AF. RGB value is (170,52,175). Sum of RGB (Red+Green+Blue) = 170+52+175=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA34AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA34AF is #55CB50. Grayscale: #646464. Windows color (decimal): -5622609 or 11482282. OLE color: 11482282.
HSL color Cylindrical-coordinate representation of color #AA34AF: hue angle of 297.56º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA34AF is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 52 | 175 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.31 |
| HSL | 297.56º | 0.54% | 0.45% | - |
| HSV(B) | 297.56º | 0.7% | 0.69% | - |
| XYZ | 25.54 | 14.1 | 41.93 | - |
| YUV | 101.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 175 | 0.03 | 0.70 | 0 | 0.31 | 297.56 | 0.54 | 0.45 |
| Hex | AA | 34 | AF | 3 | 46 | 0 | 1F | 12A | 36 | 2D |
| Octal | 252 | 64 | 257 | 3 | 106 | 0 | 37 | 452 | 66 | 55 |
| Binary | 10101010 | 110100 | 10101111 | 11 | 1000110 | 0 | 11111 | 100101010 | 110110 | 101101 |
Color Harmonies of #AA34AF
Complementary color
Monochromatic Colors of #AA34AF
Black with #AA34AF
Text Example
Text Example
White with #AA34AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA34AF; }
p { color: rgb(170,52,175); }
H1.HeaderClassName
{
color: #AA34AF;
}
.AnyTagClassName
{
color: #AA34AF;
}
</style>
background-color css
<style>
a { background-color: #AA34AF; }
a { background-color: rgb(170,52,175); }
div.DivClassName
{
background-color: #AA34AF;
}
.BgClassName
{
background-color: #AA34AF;
}
</style>
border-color css
<style>
span { border-color: #AA34AF; }
span { border-color: rgb(170,52,175); }
td.TdClassName
{
border-color: #AA34AF;
}
.TagClassName
{
border-color: #AA34AF;
}
</style>