Shades of Dark Orchid #AA31BF
Tints of Dark Orchid #AA31BF
RGB
CMYK
RGB Variations
Color information
#AA31BF (or 0xAA31BF) is known color: Dark Orchid. HEX triplet: AA, 31 and BF. RGB value is (170,49,191). Sum of RGB (Red+Green+Blue) = 170+49+191=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA31BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31BF is #55CE40. Grayscale: #646464. Windows color (decimal): -5623361 or 12530090. OLE color: 12530090.
HSL color Cylindrical-coordinate representation of color #AA31BF: hue angle of 291.13º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA31BF is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 49 | 191 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.25 |
| HSL | 291.13º | 0.59% | 0.47% | - |
| HSV(B) | 291.13º | 0.74% | 0.75% | - |
| XYZ | 27.08 | 14.5 | 50.66 | - |
| YUV | 101.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 191 | 0.11 | 0.74 | 0 | 0.25 | 291.13 | 0.59 | 0.47 |
| Hex | AA | 31 | BF | B | 4A | 0 | 19 | 123 | 3B | 2F |
| Octal | 252 | 61 | 277 | 13 | 112 | 0 | 31 | 443 | 73 | 57 |
| Binary | 10101010 | 110001 | 10111111 | 1011 | 1001010 | 0 | 11001 | 100100011 | 111011 | 101111 |
Color Harmonies of #AA31BF
Complementary color
Monochromatic Colors of #AA31BF
Black with #AA31BF
Text Example
Text Example
White with #AA31BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31BF; }
p { color: rgb(170,49,191); }
H1.HeaderClassName
{
color: #AA31BF;
}
.AnyTagClassName
{
color: #AA31BF;
}
</style>
background-color css
<style>
a { background-color: #AA31BF; }
a { background-color: rgb(170,49,191); }
div.DivClassName
{
background-color: #AA31BF;
}
.BgClassName
{
background-color: #AA31BF;
}
</style>
border-color css
<style>
span { border-color: #AA31BF; }
span { border-color: rgb(170,49,191); }
td.TdClassName
{
border-color: #AA31BF;
}
.TagClassName
{
border-color: #AA31BF;
}
</style>