Shades of Dark Orchid #A01FBC
Tints of Dark Orchid #A01FBC
RGB
CMYK
RGB Variations
Color information
#A01FBC (or 0xA01FBC) is known color: Dark Orchid. HEX triplet: A0, 1F and BC. RGB value is (160,31,188). Sum of RGB (Red+Green+Blue) = 160+31+188=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #A01FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01FBC is #5FE043. Grayscale: #565656. Windows color (decimal): -6283332 or 12328864. OLE color: 12328864.
HSL color Cylindrical-coordinate representation of color #A01FBC: hue angle of 289.3º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01FBC is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 31 | 188 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.26 |
| HSL | 289.3º | 0.72% | 0.43% | - |
| HSV(B) | 289.3º | 0.84% | 0.74% | - |
| XYZ | 24.06 | 12.08 | 48.64 | - |
| YUV | 87.47 | 184.74 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 188 | 0.15 | 0.84 | 0 | 0.26 | 289.3 | 0.72 | 0.43 |
| Hex | A0 | 1F | BC | F | 54 | 0 | 1A | 121 | 48 | 2B |
| Octal | 240 | 37 | 274 | 17 | 124 | 0 | 32 | 441 | 110 | 53 |
| Binary | 10100000 | 11111 | 10111100 | 1111 | 1010100 | 0 | 11010 | 100100001 | 1001000 | 101011 |
Color Harmonies of #A01FBC
Complementary color
Monochromatic Colors of #A01FBC
Black with #A01FBC
Text Example
Text Example
White with #A01FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01FBC; }
p { color: rgb(160,31,188); }
H1.HeaderClassName
{
color: #A01FBC;
}
.AnyTagClassName
{
color: #A01FBC;
}
</style>
background-color css
<style>
a { background-color: #A01FBC; }
a { background-color: rgb(160,31,188); }
div.DivClassName
{
background-color: #A01FBC;
}
.BgClassName
{
background-color: #A01FBC;
}
</style>
border-color css
<style>
span { border-color: #A01FBC; }
span { border-color: rgb(160,31,188); }
td.TdClassName
{
border-color: #A01FBC;
}
.TagClassName
{
border-color: #A01FBC;
}
</style>