Shades of Dark Orchid #A031CE
Tints of Dark Orchid #A031CE
RGB
CMYK
RGB Variations
Color information
#A031CE (or 0xA031CE) is known color: Dark Orchid. HEX triplet: A0, 31 and CE. RGB value is (160,49,206). Sum of RGB (Red+Green+Blue) = 160+49+206=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #A031CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A031CE is #5FCE31. Grayscale: #636363. Windows color (decimal): -6278706 or 13513120. OLE color: 13513120.
HSL color Cylindrical-coordinate representation of color #A031CE: hue angle of 282.42º 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 #A031CE is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 49 | 206 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.19 |
| HSL | 282.42º | 0.62% | 0.5% | - |
| HSV(B) | 282.42º | 0.76% | 0.81% | - |
| XYZ | 26.74 | 14.13 | 59.71 | - |
| YUV | 100.09 | 187.77 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 206 | 0.22 | 0.76 | 0 | 0.19 | 282.42 | 0.62 | 0.5 |
| Hex | A0 | 31 | CE | 16 | 4C | 0 | 13 | 11A | 3E | 32 |
| Octal | 240 | 61 | 316 | 26 | 114 | 0 | 23 | 432 | 76 | 62 |
| Binary | 10100000 | 110001 | 11001110 | 10110 | 1001100 | 0 | 10011 | 100011010 | 111110 | 110010 |
Color Harmonies of #A031CE
Complementary color
Monochromatic Colors of #A031CE
Black with #A031CE
Text Example
Text Example
White with #A031CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A031CE; }
p { color: rgb(160,49,206); }
H1.HeaderClassName
{
color: #A031CE;
}
.AnyTagClassName
{
color: #A031CE;
}
</style>
background-color css
<style>
a { background-color: #A031CE; }
a { background-color: rgb(160,49,206); }
div.DivClassName
{
background-color: #A031CE;
}
.BgClassName
{
background-color: #A031CE;
}
</style>
border-color css
<style>
span { border-color: #A031CE; }
span { border-color: rgb(160,49,206); }
td.TdClassName
{
border-color: #A031CE;
}
.TagClassName
{
border-color: #A031CE;
}
</style>