Shades of Dark Orchid #A01CBC
Tints of Dark Orchid #A01CBC
RGB
CMYK
RGB Variations
Color information
#A01CBC (or 0xA01CBC) is known color: Dark Orchid. HEX triplet: A0, 1C and BC. RGB value is (160,28,188). Sum of RGB (Red+Green+Blue) = 160+28+188=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #A01CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CBC is #5FE343. Grayscale: #555555. Windows color (decimal): -6284100 or 12328096. OLE color: 12328096.
HSL color Cylindrical-coordinate representation of color #A01CBC: hue angle of 289.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01CBC is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 28 | 188 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.26 |
| HSL | 289.5º | 0.74% | 0.42% | - |
| HSV(B) | 289.5º | 0.85% | 0.74% | - |
| XYZ | 23.99 | 11.93 | 48.62 | - |
| YUV | 85.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 188 | 0.15 | 0.85 | 0 | 0.26 | 289.5 | 0.74 | 0.42 |
| Hex | A0 | 1C | BC | F | 55 | 0 | 1A | 122 | 4A | 2A |
| Octal | 240 | 34 | 274 | 17 | 125 | 0 | 32 | 442 | 112 | 52 |
| Binary | 10100000 | 11100 | 10111100 | 1111 | 1010101 | 0 | 11010 | 100100010 | 1001010 | 101010 |
Color Harmonies of #A01CBC
Complementary color
Monochromatic Colors of #A01CBC
Black with #A01CBC
Text Example
Text Example
White with #A01CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01CBC; }
p { color: rgb(160,28,188); }
H1.HeaderClassName
{
color: #A01CBC;
}
.AnyTagClassName
{
color: #A01CBC;
}
</style>
background-color css
<style>
a { background-color: #A01CBC; }
a { background-color: rgb(160,28,188); }
div.DivClassName
{
background-color: #A01CBC;
}
.BgClassName
{
background-color: #A01CBC;
}
</style>
border-color css
<style>
span { border-color: #A01CBC; }
span { border-color: rgb(160,28,188); }
td.TdClassName
{
border-color: #A01CBC;
}
.TagClassName
{
border-color: #A01CBC;
}
</style>