Shades of Dark Orchid #A01FBA
Tints of Dark Orchid #A01FBA
RGB
CMYK
RGB Variations
Color information
#A01FBA (or 0xA01FBA) is known color: Dark Orchid. HEX triplet: A0, 1F and BA. RGB value is (160,31,186). Sum of RGB (Red+Green+Blue) = 160+31+186=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #A01FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01FBA is #5FE045. Grayscale: #565656. Windows color (decimal): -6283334 or 12197792. OLE color: 12197792.
HSL color Cylindrical-coordinate representation of color #A01FBA: hue angle of 289.94º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A01FBA is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 31 | 186 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.27 |
| HSL | 289.94º | 0.71% | 0.43% | - |
| HSV(B) | 289.94º | 0.83% | 0.73% | - |
| XYZ | 23.85 | 12 | 47.51 | - |
| YUV | 87.24 | 183.74 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 186 | 0.14 | 0.83 | 0 | 0.27 | 289.94 | 0.71 | 0.43 |
| Hex | A0 | 1F | BA | E | 53 | 0 | 1B | 122 | 47 | 2B |
| Octal | 240 | 37 | 272 | 16 | 123 | 0 | 33 | 442 | 107 | 53 |
| Binary | 10100000 | 11111 | 10111010 | 1110 | 1010011 | 0 | 11011 | 100100010 | 1000111 | 101011 |
Color Harmonies of #A01FBA
Complementary color
Monochromatic Colors of #A01FBA
Black with #A01FBA
Text Example
Text Example
White with #A01FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01FBA; }
p { color: rgb(160,31,186); }
H1.HeaderClassName
{
color: #A01FBA;
}
.AnyTagClassName
{
color: #A01FBA;
}
</style>
background-color css
<style>
a { background-color: #A01FBA; }
a { background-color: rgb(160,31,186); }
div.DivClassName
{
background-color: #A01FBA;
}
.BgClassName
{
background-color: #A01FBA;
}
</style>
border-color css
<style>
span { border-color: #A01FBA; }
span { border-color: rgb(160,31,186); }
td.TdClassName
{
border-color: #A01FBA;
}
.TagClassName
{
border-color: #A01FBA;
}
</style>