Shades of Dark Orchid #AA31AF
Tints of Dark Orchid #AA31AF
RGB
CMYK
RGB Variations
Color information
#AA31AF (or 0xAA31AF) is known color: Dark Orchid. HEX triplet: AA, 31 and AF. RGB value is (170,49,175). Sum of RGB (Red+Green+Blue) = 170+49+175=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA31AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA31AF is #55CE50. Grayscale: #636363. Windows color (decimal): -5623377 or 11481514. OLE color: 11481514.
HSL color Cylindrical-coordinate representation of color #AA31AF: hue angle of 297.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA31AF is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 49 | 175 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.31 |
| HSL | 297.62º | 0.56% | 0.44% | - |
| HSV(B) | 297.62º | 0.72% | 0.69% | - |
| XYZ | 25.41 | 13.84 | 41.89 | - |
| YUV | 99.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 175 | 0.03 | 0.72 | 0 | 0.31 | 297.62 | 0.56 | 0.44 |
| Hex | AA | 31 | AF | 3 | 48 | 0 | 1F | 12A | 38 | 2C |
| Octal | 252 | 61 | 257 | 3 | 110 | 0 | 37 | 452 | 70 | 54 |
| Binary | 10101010 | 110001 | 10101111 | 11 | 1001000 | 0 | 11111 | 100101010 | 111000 | 101100 |
Color Harmonies of #AA31AF
Complementary color
Monochromatic Colors of #AA31AF
Black with #AA31AF
Text Example
Text Example
White with #AA31AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31AF; }
p { color: rgb(170,49,175); }
H1.HeaderClassName
{
color: #AA31AF;
}
.AnyTagClassName
{
color: #AA31AF;
}
</style>
background-color css
<style>
a { background-color: #AA31AF; }
a { background-color: rgb(170,49,175); }
div.DivClassName
{
background-color: #AA31AF;
}
.BgClassName
{
background-color: #AA31AF;
}
</style>
border-color css
<style>
span { border-color: #AA31AF; }
span { border-color: rgb(170,49,175); }
td.TdClassName
{
border-color: #AA31AF;
}
.TagClassName
{
border-color: #AA31AF;
}
</style>