Shades of Dark Orchid #AA31AD
Tints of Dark Orchid #AA31AD
RGB
CMYK
RGB Variations
Color information
#AA31AD (or 0xAA31AD) is known color: Dark Orchid. HEX triplet: AA, 31 and AD. RGB value is (170,49,173). Sum of RGB (Red+Green+Blue) = 170+49+173=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA31AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA31AD is #55CE52. Grayscale: #626262. Windows color (decimal): -5623379 or 11350442. OLE color: 11350442.
HSL color Cylindrical-coordinate representation of color #AA31AD: hue angle of 298.55º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA31AD is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 49 | 173 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.32 |
| HSL | 298.55º | 0.56% | 0.44% | - |
| HSV(B) | 298.55º | 0.72% | 0.68% | - |
| XYZ | 25.22 | 13.76 | 40.86 | - |
| YUV | 99.32 | 169.59 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 173 | 0.02 | 0.72 | 0 | 0.32 | 298.55 | 0.56 | 0.44 |
| Hex | AA | 31 | AD | 2 | 48 | 0 | 20 | 12B | 38 | 2C |
| Octal | 252 | 61 | 255 | 2 | 110 | 0 | 40 | 453 | 70 | 54 |
| Binary | 10101010 | 110001 | 10101101 | 10 | 1001000 | 0 | 100000 | 100101011 | 111000 | 101100 |
Color Harmonies of #AA31AD
Complementary color
Monochromatic Colors of #AA31AD
Black with #AA31AD
Text Example
Text Example
White with #AA31AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31AD; }
p { color: rgb(170,49,173); }
H1.HeaderClassName
{
color: #AA31AD;
}
.AnyTagClassName
{
color: #AA31AD;
}
</style>
background-color css
<style>
a { background-color: #AA31AD; }
a { background-color: rgb(170,49,173); }
div.DivClassName
{
background-color: #AA31AD;
}
.BgClassName
{
background-color: #AA31AD;
}
</style>
border-color css
<style>
span { border-color: #AA31AD; }
span { border-color: rgb(170,49,173); }
td.TdClassName
{
border-color: #AA31AD;
}
.TagClassName
{
border-color: #AA31AD;
}
</style>