Shades of Dark Orchid #A031CB
Tints of Dark Orchid #A031CB
RGB
CMYK
RGB Variations
Color information
#A031CB (or 0xA031CB) is known color: Dark Orchid. HEX triplet: A0, 31 and CB. RGB value is (160,49,203). Sum of RGB (Red+Green+Blue) = 160+49+203=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #A031CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A031CB is #5FCE34. Grayscale: #636363. Windows color (decimal): -6278709 or 13316512. OLE color: 13316512.
HSL color Cylindrical-coordinate representation of color #A031CB: hue angle of 283.25º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A031CB is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 49 | 203 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.20 |
| HSL | 283.25º | 0.61% | 0.49% | - |
| HSV(B) | 283.25º | 0.76% | 0.8% | - |
| XYZ | 26.38 | 13.98 | 57.81 | - |
| YUV | 99.75 | 186.27 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 203 | 0.21 | 0.76 | 0 | 0.20 | 283.25 | 0.61 | 0.49 |
| Hex | A0 | 31 | CB | 15 | 4C | 0 | 14 | 11B | 3D | 31 |
| Octal | 240 | 61 | 313 | 25 | 114 | 0 | 24 | 433 | 75 | 61 |
| Binary | 10100000 | 110001 | 11001011 | 10101 | 1001100 | 0 | 10100 | 100011011 | 111101 | 110001 |
Color Harmonies of #A031CB
Complementary color
Monochromatic Colors of #A031CB
Black with #A031CB
Text Example
Text Example
White with #A031CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A031CB; }
p { color: rgb(160,49,203); }
H1.HeaderClassName
{
color: #A031CB;
}
.AnyTagClassName
{
color: #A031CB;
}
</style>
background-color css
<style>
a { background-color: #A031CB; }
a { background-color: rgb(160,49,203); }
div.DivClassName
{
background-color: #A031CB;
}
.BgClassName
{
background-color: #A031CB;
}
</style>
border-color css
<style>
span { border-color: #A031CB; }
span { border-color: rgb(160,49,203); }
td.TdClassName
{
border-color: #A031CB;
}
.TagClassName
{
border-color: #A031CB;
}
</style>