Shades of Dark Orchid #A01BCB
Tints of Dark Orchid #A01BCB
RGB
CMYK
RGB Variations
Color information
#A01BCB (or 0xA01BCB) is known color: Dark Orchid. HEX triplet: A0, 1B and CB. RGB value is (160,27,203). Sum of RGB (Red+Green+Blue) = 160+27+203=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #A01BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01BCB is #5FE434. Grayscale: #565656. Windows color (decimal): -6284341 or 13310880. OLE color: 13310880.
HSL color Cylindrical-coordinate representation of color #A01BCB: hue angle of 285.34º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01BCB is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 27 | 203 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.20 |
| HSL | 285.34º | 0.77% | 0.45% | - |
| HSV(B) | 285.34º | 0.87% | 0.8% | - |
| XYZ | 25.67 | 12.57 | 57.57 | - |
| YUV | 86.83 | 193.56 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 203 | 0.21 | 0.87 | 0 | 0.20 | 285.34 | 0.77 | 0.45 |
| Hex | A0 | 1B | CB | 15 | 57 | 0 | 14 | 11D | 4D | 2D |
| Octal | 240 | 33 | 313 | 25 | 127 | 0 | 24 | 435 | 115 | 55 |
| Binary | 10100000 | 11011 | 11001011 | 10101 | 1010111 | 0 | 10100 | 100011101 | 1001101 | 101101 |
Color Harmonies of #A01BCB
Complementary color
Monochromatic Colors of #A01BCB
Black with #A01BCB
Text Example
Text Example
White with #A01BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01BCB; }
p { color: rgb(160,27,203); }
H1.HeaderClassName
{
color: #A01BCB;
}
.AnyTagClassName
{
color: #A01BCB;
}
</style>
background-color css
<style>
a { background-color: #A01BCB; }
a { background-color: rgb(160,27,203); }
div.DivClassName
{
background-color: #A01BCB;
}
.BgClassName
{
background-color: #A01BCB;
}
</style>
border-color css
<style>
span { border-color: #A01BCB; }
span { border-color: rgb(160,27,203); }
td.TdClassName
{
border-color: #A01BCB;
}
.TagClassName
{
border-color: #A01BCB;
}
</style>