Shades of Dark Orchid #AA31CF
Tints of Dark Orchid #AA31CF
RGB
CMYK
RGB Variations
Color information
#AA31CF (or 0xAA31CF) is known color: Dark Orchid. HEX triplet: AA, 31 and CF. RGB value is (170,49,207). Sum of RGB (Red+Green+Blue) = 170+49+207=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA31CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31CF is #55CE30. Grayscale: #666666. Windows color (decimal): -5623345 or 13578666. OLE color: 13578666.
HSL color Cylindrical-coordinate representation of color #AA31CF: hue angle of 285.95º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA31CF is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 49 | 207 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.19 |
| HSL | 285.95º | 0.62% | 0.5% | - |
| HSV(B) | 285.95º | 0.76% | 0.81% | - |
| XYZ | 28.94 | 15.25 | 60.45 | - |
| YUV | 103.19 | 186.59 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 207 | 0.18 | 0.76 | 0 | 0.19 | 285.95 | 0.62 | 0.5 |
| Hex | AA | 31 | CF | 12 | 4C | 0 | 13 | 11E | 3E | 32 |
| Octal | 252 | 61 | 317 | 22 | 114 | 0 | 23 | 436 | 76 | 62 |
| Binary | 10101010 | 110001 | 11001111 | 10010 | 1001100 | 0 | 10011 | 100011110 | 111110 | 110010 |
Color Harmonies of #AA31CF
Complementary color
Monochromatic Colors of #AA31CF
Black with #AA31CF
Text Example
Text Example
White with #AA31CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31CF; }
p { color: rgb(170,49,207); }
H1.HeaderClassName
{
color: #AA31CF;
}
.AnyTagClassName
{
color: #AA31CF;
}
</style>
background-color css
<style>
a { background-color: #AA31CF; }
a { background-color: rgb(170,49,207); }
div.DivClassName
{
background-color: #AA31CF;
}
.BgClassName
{
background-color: #AA31CF;
}
</style>
border-color css
<style>
span { border-color: #AA31CF; }
span { border-color: rgb(170,49,207); }
td.TdClassName
{
border-color: #AA31CF;
}
.TagClassName
{
border-color: #AA31CF;
}
</style>