Shades of Dark Orchid #A71FDD
Tints of Dark Orchid #A71FDD
RGB
CMYK
RGB Variations
Color information
#A71FDD (or 0xA71FDD) is known color: Dark Orchid. HEX triplet: A7, 1F and DD. RGB value is (167,31,221). Sum of RGB (Red+Green+Blue) = 167+31+221=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #A71FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71FDD is #58E022. Grayscale: #5C5C5C. Windows color (decimal): -5824547 or 14491559. OLE color: 14491559.
HSL color Cylindrical-coordinate representation of color #A71FDD: hue angle of 282.95º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71FDD is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 31 | 221 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.13 |
| HSL | 282.95º | 0.75% | 0.49% | - |
| HSV(B) | 282.95º | 0.86% | 0.87% | - |
| XYZ | 29.48 | 14.42 | 69.64 | - |
| YUV | 93.32 | 200.06 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 31 | 221 | 0.24 | 0.86 | 0 | 0.13 | 282.95 | 0.75 | 0.49 |
| Hex | A7 | 1F | DD | 18 | 56 | 0 | D | 11B | 4B | 31 |
| Octal | 247 | 37 | 335 | 30 | 126 | 0 | 15 | 433 | 113 | 61 |
| Binary | 10100111 | 11111 | 11011101 | 11000 | 1010110 | 0 | 1101 | 100011011 | 1001011 | 110001 |
Color Harmonies of #A71FDD
Complementary color
Monochromatic Colors of #A71FDD
Black with #A71FDD
Text Example
Text Example
White with #A71FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71FDD; }
p { color: rgb(167,31,221); }
H1.HeaderClassName
{
color: #A71FDD;
}
.AnyTagClassName
{
color: #A71FDD;
}
</style>
background-color css
<style>
a { background-color: #A71FDD; }
a { background-color: rgb(167,31,221); }
div.DivClassName
{
background-color: #A71FDD;
}
.BgClassName
{
background-color: #A71FDD;
}
</style>
border-color css
<style>
span { border-color: #A71FDD; }
span { border-color: rgb(167,31,221); }
td.TdClassName
{
border-color: #A71FDD;
}
.TagClassName
{
border-color: #A71FDD;
}
</style>