Shades of Dark Orchid #A71DB0
Tints of Dark Orchid #A71DB0
RGB
CMYK
RGB Variations
Color information
#A71DB0 (or 0xA71DB0) is known color: Dark Orchid. HEX triplet: A7, 1D and B0. RGB value is (167,29,176). Sum of RGB (Red+Green+Blue) = 167+29+176=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 176 (69.14% from 255 or 47.31% from 372); Max value from RGB is 176 - color contains mainly: blue. Hex color #A71DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71DB0 is #58E24F. Grayscale: #565656. Windows color (decimal): -5825104 or 11541927. OLE color: 11541927.
HSL color Cylindrical-coordinate representation of color #A71DB0: hue angle of 296.33º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71DB0 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 29 | 176 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.31 |
| HSL | 296.33º | 0.72% | 0.4% | - |
| HSV(B) | 296.33º | 0.84% | 0.69% | - |
| XYZ | 24.21 | 12.23 | 42.16 | - |
| YUV | 87.02 | 178.22 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 176 | 0.05 | 0.84 | 0 | 0.31 | 296.33 | 0.72 | 0.4 |
| Hex | A7 | 1D | B0 | 5 | 54 | 0 | 1F | 128 | 48 | 28 |
| Octal | 247 | 35 | 260 | 5 | 124 | 0 | 37 | 450 | 110 | 50 |
| Binary | 10100111 | 11101 | 10110000 | 101 | 1010100 | 0 | 11111 | 100101000 | 1001000 | 101000 |
Color Harmonies of #A71DB0
Complementary color
Monochromatic Colors of #A71DB0
Black with #A71DB0
Text Example
Text Example
White with #A71DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71DB0; }
p { color: rgb(167,29,176); }
H1.HeaderClassName
{
color: #A71DB0;
}
.AnyTagClassName
{
color: #A71DB0;
}
</style>
background-color css
<style>
a { background-color: #A71DB0; }
a { background-color: rgb(167,29,176); }
div.DivClassName
{
background-color: #A71DB0;
}
.BgClassName
{
background-color: #A71DB0;
}
</style>
border-color css
<style>
span { border-color: #A71DB0; }
span { border-color: rgb(167,29,176); }
td.TdClassName
{
border-color: #A71DB0;
}
.TagClassName
{
border-color: #A71DB0;
}
</style>