Shades of Dark Orchid #A01BCF
Tints of Dark Orchid #A01BCF
RGB
CMYK
RGB Variations
Color information
#A01BCF (or 0xA01BCF) is known color: Dark Orchid. HEX triplet: A0, 1B and CF. RGB value is (160,27,207). Sum of RGB (Red+Green+Blue) = 160+27+207=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #A01BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01BCF is #5FE430. Grayscale: #565656. Windows color (decimal): -6284337 or 13573024. OLE color: 13573024.
HSL color Cylindrical-coordinate representation of color #A01BCF: hue angle of 284.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01BCF is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 27 | 207 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.19 |
| HSL | 284.33º | 0.77% | 0.46% | - |
| HSV(B) | 284.33º | 0.87% | 0.81% | - |
| XYZ | 26.15 | 12.76 | 60.12 | - |
| YUV | 87.29 | 195.56 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 207 | 0.23 | 0.87 | 0 | 0.19 | 284.33 | 0.77 | 0.46 |
| Hex | A0 | 1B | CF | 17 | 57 | 0 | 13 | 11C | 4D | 2E |
| Octal | 240 | 33 | 317 | 27 | 127 | 0 | 23 | 434 | 115 | 56 |
| Binary | 10100000 | 11011 | 11001111 | 10111 | 1010111 | 0 | 10011 | 100011100 | 1001101 | 101110 |
Color Harmonies of #A01BCF
Complementary color
Monochromatic Colors of #A01BCF
Black with #A01BCF
Text Example
Text Example
White with #A01BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01BCF; }
p { color: rgb(160,27,207); }
H1.HeaderClassName
{
color: #A01BCF;
}
.AnyTagClassName
{
color: #A01BCF;
}
</style>
background-color css
<style>
a { background-color: #A01BCF; }
a { background-color: rgb(160,27,207); }
div.DivClassName
{
background-color: #A01BCF;
}
.BgClassName
{
background-color: #A01BCF;
}
</style>
border-color css
<style>
span { border-color: #A01BCF; }
span { border-color: rgb(160,27,207); }
td.TdClassName
{
border-color: #A01BCF;
}
.TagClassName
{
border-color: #A01BCF;
}
</style>