Shades of Dark Orchid #A01FB8
Tints of Dark Orchid #A01FB8
RGB
CMYK
RGB Variations
Color information
#A01FB8 (or 0xA01FB8) is known color: Dark Orchid. HEX triplet: A0, 1F and B8. RGB value is (160,31,184). Sum of RGB (Red+Green+Blue) = 160+31+184=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #A01FB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01FB8 is #5FE047. Grayscale: #565656. Windows color (decimal): -6283336 or 12066720. OLE color: 12066720.
HSL color Cylindrical-coordinate representation of color #A01FB8: hue angle of 290.59º 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 #A01FB8 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 31 | 184 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.28 |
| HSL | 290.59º | 0.71% | 0.42% | - |
| HSV(B) | 290.59º | 0.83% | 0.72% | - |
| XYZ | 23.64 | 11.91 | 46.4 | - |
| YUV | 87.01 | 182.74 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 184 | 0.13 | 0.83 | 0 | 0.28 | 290.59 | 0.71 | 0.42 |
| Hex | A0 | 1F | B8 | D | 53 | 0 | 1C | 123 | 47 | 2A |
| Octal | 240 | 37 | 270 | 15 | 123 | 0 | 34 | 443 | 107 | 52 |
| Binary | 10100000 | 11111 | 10111000 | 1101 | 1010011 | 0 | 11100 | 100100011 | 1000111 | 101010 |
Color Harmonies of #A01FB8
Complementary color
Monochromatic Colors of #A01FB8
Black with #A01FB8
Text Example
Text Example
White with #A01FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01FB8; }
p { color: rgb(160,31,184); }
H1.HeaderClassName
{
color: #A01FB8;
}
.AnyTagClassName
{
color: #A01FB8;
}
</style>
background-color css
<style>
a { background-color: #A01FB8; }
a { background-color: rgb(160,31,184); }
div.DivClassName
{
background-color: #A01FB8;
}
.BgClassName
{
background-color: #A01FB8;
}
</style>
border-color css
<style>
span { border-color: #A01FB8; }
span { border-color: rgb(160,31,184); }
td.TdClassName
{
border-color: #A01FB8;
}
.TagClassName
{
border-color: #A01FB8;
}
</style>