Shades of Dark Orchid #A01FB7
Tints of Dark Orchid #A01FB7
RGB
CMYK
RGB Variations
Color information
#A01FB7 (or 0xA01FB7) is known color: Dark Orchid. HEX triplet: A0, 1F and B7. RGB value is (160,31,183). Sum of RGB (Red+Green+Blue) = 160+31+183=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #A01FB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01FB7 is #5FE048. Grayscale: #565656. Windows color (decimal): -6283337 or 12001184. OLE color: 12001184.
HSL color Cylindrical-coordinate representation of color #A01FB7: hue angle of 290.92º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A01FB7 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 31 | 183 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.28 |
| HSL | 290.92º | 0.71% | 0.42% | - |
| HSV(B) | 290.92º | 0.83% | 0.72% | - |
| XYZ | 23.53 | 11.87 | 45.85 | - |
| YUV | 86.9 | 182.24 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 183 | 0.13 | 0.83 | 0 | 0.28 | 290.92 | 0.71 | 0.42 |
| Hex | A0 | 1F | B7 | D | 53 | 0 | 1C | 123 | 47 | 2A |
| Octal | 240 | 37 | 267 | 15 | 123 | 0 | 34 | 443 | 107 | 52 |
| Binary | 10100000 | 11111 | 10110111 | 1101 | 1010011 | 0 | 11100 | 100100011 | 1000111 | 101010 |
Color Harmonies of #A01FB7
Complementary color
Monochromatic Colors of #A01FB7
Black with #A01FB7
Text Example
Text Example
White with #A01FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01FB7; }
p { color: rgb(160,31,183); }
H1.HeaderClassName
{
color: #A01FB7;
}
.AnyTagClassName
{
color: #A01FB7;
}
</style>
background-color css
<style>
a { background-color: #A01FB7; }
a { background-color: rgb(160,31,183); }
div.DivClassName
{
background-color: #A01FB7;
}
.BgClassName
{
background-color: #A01FB7;
}
</style>
border-color css
<style>
span { border-color: #A01FB7; }
span { border-color: rgb(160,31,183); }
td.TdClassName
{
border-color: #A01FB7;
}
.TagClassName
{
border-color: #A01FB7;
}
</style>