Shades of Dark Orchid #A931CE
Tints of Dark Orchid #A931CE
RGB
CMYK
RGB Variations
Color information
#A931CE (or 0xA931CE) is known color: Dark Orchid. HEX triplet: A9, 31 and CE. RGB value is (169,49,206). Sum of RGB (Red+Green+Blue) = 169+49+206=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #A931CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A931CE is #56CE31. Grayscale: #666666. Windows color (decimal): -5688882 or 13513129. OLE color: 13513129.
HSL color Cylindrical-coordinate representation of color #A931CE: hue angle of 285.86º 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 #A931CE is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 49 | 206 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.19 |
| HSL | 285.86º | 0.62% | 0.5% | - |
| HSV(B) | 285.86º | 0.76% | 0.81% | - |
| XYZ | 28.6 | 15.09 | 59.8 | - |
| YUV | 102.78 | 186.26 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 49 | 206 | 0.18 | 0.76 | 0 | 0.19 | 285.86 | 0.62 | 0.5 |
| Hex | A9 | 31 | CE | 12 | 4C | 0 | 13 | 11E | 3E | 32 |
| Octal | 251 | 61 | 316 | 22 | 114 | 0 | 23 | 436 | 76 | 62 |
| Binary | 10101001 | 110001 | 11001110 | 10010 | 1001100 | 0 | 10011 | 100011110 | 111110 | 110010 |
Color Harmonies of #A931CE
Complementary color
Monochromatic Colors of #A931CE
Black with #A931CE
Text Example
Text Example
White with #A931CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A931CE; }
p { color: rgb(169,49,206); }
H1.HeaderClassName
{
color: #A931CE;
}
.AnyTagClassName
{
color: #A931CE;
}
</style>
background-color css
<style>
a { background-color: #A931CE; }
a { background-color: rgb(169,49,206); }
div.DivClassName
{
background-color: #A931CE;
}
.BgClassName
{
background-color: #A931CE;
}
</style>
border-color css
<style>
span { border-color: #A931CE; }
span { border-color: rgb(169,49,206); }
td.TdClassName
{
border-color: #A931CE;
}
.TagClassName
{
border-color: #A931CE;
}
</style>