Shades of Dark Orchid #A71DB4
Tints of Dark Orchid #A71DB4
RGB
CMYK
RGB Variations
Color information
#A71DB4 (or 0xA71DB4) is known color: Dark Orchid. HEX triplet: A7, 1D and B4. RGB value is (167,29,180). Sum of RGB (Red+Green+Blue) = 167+29+180=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #A71DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71DB4 is #58E24B. Grayscale: #575757. Windows color (decimal): -5825100 or 11804071. OLE color: 11804071.
HSL color Cylindrical-coordinate representation of color #A71DB4: hue angle of 294.83º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71DB4 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 29 | 180 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.29 |
| HSL | 294.83º | 0.72% | 0.41% | - |
| HSV(B) | 294.83º | 0.84% | 0.71% | - |
| XYZ | 24.61 | 12.39 | 44.27 | - |
| YUV | 87.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 180 | 0.07 | 0.84 | 0 | 0.29 | 294.83 | 0.72 | 0.41 |
| Hex | A7 | 1D | B4 | 7 | 54 | 0 | 1D | 127 | 48 | 29 |
| Octal | 247 | 35 | 264 | 7 | 124 | 0 | 35 | 447 | 110 | 51 |
| Binary | 10100111 | 11101 | 10110100 | 111 | 1010100 | 0 | 11101 | 100100111 | 1001000 | 101001 |
Color Harmonies of #A71DB4
Complementary color
Monochromatic Colors of #A71DB4
Black with #A71DB4
Text Example
Text Example
White with #A71DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71DB4; }
p { color: rgb(167,29,180); }
H1.HeaderClassName
{
color: #A71DB4;
}
.AnyTagClassName
{
color: #A71DB4;
}
</style>
background-color css
<style>
a { background-color: #A71DB4; }
a { background-color: rgb(167,29,180); }
div.DivClassName
{
background-color: #A71DB4;
}
.BgClassName
{
background-color: #A71DB4;
}
</style>
border-color css
<style>
span { border-color: #A71DB4; }
span { border-color: rgb(167,29,180); }
td.TdClassName
{
border-color: #A71DB4;
}
.TagClassName
{
border-color: #A71DB4;
}
</style>