Shades of Dark Orchid #A81FB7
Tints of Dark Orchid #A81FB7
RGB
CMYK
RGB Variations
Color information
#A81FB7 (or 0xA81FB7) is known color: Dark Orchid. HEX triplet: A8, 1F and B7. RGB value is (168,31,183). Sum of RGB (Red+Green+Blue) = 168+31+183=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 183 - color contains mainly: blue. Hex color #A81FB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81FB7 is #57E048. Grayscale: #585858. Windows color (decimal): -5759049 or 12001192. OLE color: 12001192.
HSL color Cylindrical-coordinate representation of color #A81FB7: hue angle of 294.08º 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 #A81FB7 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 31 | 183 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.28 |
| HSL | 294.08º | 0.71% | 0.42% | - |
| HSV(B) | 294.08º | 0.83% | 0.72% | - |
| XYZ | 25.19 | 12.72 | 45.93 | - |
| YUV | 89.29 | 180.89 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 183 | 0.08 | 0.83 | 0 | 0.28 | 294.08 | 0.71 | 0.42 |
| Hex | A8 | 1F | B7 | 8 | 53 | 0 | 1C | 126 | 47 | 2A |
| Octal | 250 | 37 | 267 | 10 | 123 | 0 | 34 | 446 | 107 | 52 |
| Binary | 10101000 | 11111 | 10110111 | 1000 | 1010011 | 0 | 11100 | 100100110 | 1000111 | 101010 |
Color Harmonies of #A81FB7
Complementary color
Monochromatic Colors of #A81FB7
Black with #A81FB7
Text Example
Text Example
White with #A81FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81FB7; }
p { color: rgb(168,31,183); }
H1.HeaderClassName
{
color: #A81FB7;
}
.AnyTagClassName
{
color: #A81FB7;
}
</style>
background-color css
<style>
a { background-color: #A81FB7; }
a { background-color: rgb(168,31,183); }
div.DivClassName
{
background-color: #A81FB7;
}
.BgClassName
{
background-color: #A81FB7;
}
</style>
border-color css
<style>
span { border-color: #A81FB7; }
span { border-color: rgb(168,31,183); }
td.TdClassName
{
border-color: #A81FB7;
}
.TagClassName
{
border-color: #A81FB7;
}
</style>