Shades of Dark Orchid #A71DB5
Tints of Dark Orchid #A71DB5
RGB
CMYK
RGB Variations
Color information
#A71DB5 (or 0xA71DB5) is known color: Dark Orchid. HEX triplet: A7, 1D and B5. RGB value is (167,29,181). Sum of RGB (Red+Green+Blue) = 167+29+181=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 181 (71.09% from 255 or 48.01% from 377); Max value from RGB is 181 - color contains mainly: blue. Hex color #A71DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71DB5 is #58E24A. Grayscale: #575757. Windows color (decimal): -5825099 or 11869607. OLE color: 11869607.
HSL color Cylindrical-coordinate representation of color #A71DB5: hue angle of 294.47º 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 #A71DB5 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 29 | 181 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.29 |
| HSL | 294.47º | 0.72% | 0.41% | - |
| HSV(B) | 294.47º | 0.84% | 0.71% | - |
| XYZ | 24.72 | 12.43 | 44.81 | - |
| YUV | 87.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 181 | 0.08 | 0.84 | 0 | 0.29 | 294.47 | 0.72 | 0.41 |
| Hex | A7 | 1D | B5 | 8 | 54 | 0 | 1D | 126 | 48 | 29 |
| Octal | 247 | 35 | 265 | 10 | 124 | 0 | 35 | 446 | 110 | 51 |
| Binary | 10100111 | 11101 | 10110101 | 1000 | 1010100 | 0 | 11101 | 100100110 | 1001000 | 101001 |
Color Harmonies of #A71DB5
Complementary color
Monochromatic Colors of #A71DB5
Black with #A71DB5
Text Example
Text Example
White with #A71DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71DB5; }
p { color: rgb(167,29,181); }
H1.HeaderClassName
{
color: #A71DB5;
}
.AnyTagClassName
{
color: #A71DB5;
}
</style>
background-color css
<style>
a { background-color: #A71DB5; }
a { background-color: rgb(167,29,181); }
div.DivClassName
{
background-color: #A71DB5;
}
.BgClassName
{
background-color: #A71DB5;
}
</style>
border-color css
<style>
span { border-color: #A71DB5; }
span { border-color: rgb(167,29,181); }
td.TdClassName
{
border-color: #A71DB5;
}
.TagClassName
{
border-color: #A71DB5;
}
</style>