Shades of Dark Orchid #A71DB8
Tints of Dark Orchid #A71DB8
RGB
CMYK
RGB Variations
Color information
#A71DB8 (or 0xA71DB8) is known color: Dark Orchid. HEX triplet: A7, 1D and B8. RGB value is (167,29,184). Sum of RGB (Red+Green+Blue) = 167+29+184=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 184 (72.27% from 255 or 48.42% from 380); Max value from RGB is 184 - color contains mainly: blue. Hex color #A71DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71DB8 is #58E247. Grayscale: #575757. Windows color (decimal): -5825096 or 12066215. OLE color: 12066215.
HSL color Cylindrical-coordinate representation of color #A71DB8: hue angle of 293.42º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71DB8 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 29 | 184 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.28 |
| HSL | 293.42º | 0.73% | 0.42% | - |
| HSV(B) | 293.42º | 0.84% | 0.72% | - |
| XYZ | 25.03 | 12.55 | 46.45 | - |
| YUV | 87.93 | 182.22 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 184 | 0.09 | 0.84 | 0 | 0.28 | 293.42 | 0.73 | 0.42 |
| Hex | A7 | 1D | B8 | 9 | 54 | 0 | 1C | 125 | 49 | 2A |
| Octal | 247 | 35 | 270 | 11 | 124 | 0 | 34 | 445 | 111 | 52 |
| Binary | 10100111 | 11101 | 10111000 | 1001 | 1010100 | 0 | 11100 | 100100101 | 1001001 | 101010 |
Color Harmonies of #A71DB8
Complementary color
Monochromatic Colors of #A71DB8
Black with #A71DB8
Text Example
Text Example
White with #A71DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71DB8; }
p { color: rgb(167,29,184); }
H1.HeaderClassName
{
color: #A71DB8;
}
.AnyTagClassName
{
color: #A71DB8;
}
</style>
background-color css
<style>
a { background-color: #A71DB8; }
a { background-color: rgb(167,29,184); }
div.DivClassName
{
background-color: #A71DB8;
}
.BgClassName
{
background-color: #A71DB8;
}
</style>
border-color css
<style>
span { border-color: #A71DB8; }
span { border-color: rgb(167,29,184); }
td.TdClassName
{
border-color: #A71DB8;
}
.TagClassName
{
border-color: #A71DB8;
}
</style>