Shades of Dark Orchid #A031CF
Tints of Dark Orchid #A031CF
RGB
CMYK
RGB Variations
Color information
#A031CF (or 0xA031CF) is known color: Dark Orchid. HEX triplet: A0, 31 and CF. RGB value is (160,49,207). Sum of RGB (Red+Green+Blue) = 160+49+207=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #A031CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A031CF is #5FCE30. Grayscale: #636363. Windows color (decimal): -6278705 or 13578656. OLE color: 13578656.
HSL color Cylindrical-coordinate representation of color #A031CF: hue angle of 282.15º 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 #A031CF is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 49 | 207 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.19 |
| HSL | 282.15º | 0.62% | 0.5% | - |
| HSV(B) | 282.15º | 0.76% | 0.81% | - |
| XYZ | 26.86 | 14.18 | 60.35 | - |
| YUV | 100.2 | 188.27 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 207 | 0.23 | 0.76 | 0 | 0.19 | 282.15 | 0.62 | 0.5 |
| Hex | A0 | 31 | CF | 17 | 4C | 0 | 13 | 11A | 3E | 32 |
| Octal | 240 | 61 | 317 | 27 | 114 | 0 | 23 | 432 | 76 | 62 |
| Binary | 10100000 | 110001 | 11001111 | 10111 | 1001100 | 0 | 10011 | 100011010 | 111110 | 110010 |
Color Harmonies of #A031CF
Complementary color
Monochromatic Colors of #A031CF
Black with #A031CF
Text Example
Text Example
White with #A031CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A031CF; }
p { color: rgb(160,49,207); }
H1.HeaderClassName
{
color: #A031CF;
}
.AnyTagClassName
{
color: #A031CF;
}
</style>
background-color css
<style>
a { background-color: #A031CF; }
a { background-color: rgb(160,49,207); }
div.DivClassName
{
background-color: #A031CF;
}
.BgClassName
{
background-color: #A031CF;
}
</style>
border-color css
<style>
span { border-color: #A031CF; }
span { border-color: rgb(160,49,207); }
td.TdClassName
{
border-color: #A031CF;
}
.TagClassName
{
border-color: #A031CF;
}
</style>