Shades of Dark Orchid #AA31C6
Tints of Dark Orchid #AA31C6
RGB
CMYK
RGB Variations
Color information
#AA31C6 (or 0xAA31C6) is known color: Dark Orchid. HEX triplet: AA, 31 and C6. RGB value is (170,49,198). Sum of RGB (Red+Green+Blue) = 170+49+198=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA31C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31C6 is #55CE39. Grayscale: #656565. Windows color (decimal): -5623354 or 12988842. OLE color: 12988842.
HSL color Cylindrical-coordinate representation of color #AA31C6: hue angle of 288.72º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA31C6 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 49 | 198 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.22 |
| HSL | 288.72º | 0.6% | 0.48% | - |
| HSV(B) | 288.72º | 0.75% | 0.78% | - |
| XYZ | 27.87 | 14.82 | 54.82 | - |
| YUV | 102.17 | 182.09 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 198 | 0.14 | 0.75 | 0 | 0.22 | 288.72 | 0.6 | 0.48 |
| Hex | AA | 31 | C6 | E | 4B | 0 | 16 | 121 | 3C | 30 |
| Octal | 252 | 61 | 306 | 16 | 113 | 0 | 26 | 441 | 74 | 60 |
| Binary | 10101010 | 110001 | 11000110 | 1110 | 1001011 | 0 | 10110 | 100100001 | 111100 | 110000 |
Color Harmonies of #AA31C6
Complementary color
Monochromatic Colors of #AA31C6
Black with #AA31C6
Text Example
Text Example
White with #AA31C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA31C6; }
p { color: rgb(170,49,198); }
H1.HeaderClassName
{
color: #AA31C6;
}
.AnyTagClassName
{
color: #AA31C6;
}
</style>
background-color css
<style>
a { background-color: #AA31C6; }
a { background-color: rgb(170,49,198); }
div.DivClassName
{
background-color: #AA31C6;
}
.BgClassName
{
background-color: #AA31C6;
}
</style>
border-color css
<style>
span { border-color: #AA31C6; }
span { border-color: rgb(170,49,198); }
td.TdClassName
{
border-color: #AA31C6;
}
.TagClassName
{
border-color: #AA31C6;
}
</style>