Shades of Dark Orchid #A71DDC
Tints of Dark Orchid #A71DDC
RGB
CMYK
RGB Variations
Color information
#A71DDC (or 0xA71DDC) is known color: Dark Orchid. HEX triplet: A7, 1D and DC. RGB value is (167,29,220). Sum of RGB (Red+Green+Blue) = 167+29+220=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #A71DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71DDC is #58E223. Grayscale: #5B5B5B. Windows color (decimal): -5825060 or 14425511. OLE color: 14425511.
HSL color Cylindrical-coordinate representation of color #A71DDC: hue angle of 283.35º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71DDC is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 29 | 220 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.14 |
| HSL | 283.35º | 0.77% | 0.49% | - |
| HSV(B) | 283.35º | 0.87% | 0.86% | - |
| XYZ | 29.29 | 14.26 | 68.92 | - |
| YUV | 92.04 | 200.22 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 220 | 0.24 | 0.87 | 0 | 0.14 | 283.35 | 0.77 | 0.49 |
| Hex | A7 | 1D | DC | 18 | 57 | 0 | E | 11B | 4D | 31 |
| Octal | 247 | 35 | 334 | 30 | 127 | 0 | 16 | 433 | 115 | 61 |
| Binary | 10100111 | 11101 | 11011100 | 11000 | 1010111 | 0 | 1110 | 100011011 | 1001101 | 110001 |
Color Harmonies of #A71DDC
Complementary color
Monochromatic Colors of #A71DDC
Black with #A71DDC
Text Example
Text Example
White with #A71DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71DDC; }
p { color: rgb(167,29,220); }
H1.HeaderClassName
{
color: #A71DDC;
}
.AnyTagClassName
{
color: #A71DDC;
}
</style>
background-color css
<style>
a { background-color: #A71DDC; }
a { background-color: rgb(167,29,220); }
div.DivClassName
{
background-color: #A71DDC;
}
.BgClassName
{
background-color: #A71DDC;
}
</style>
border-color css
<style>
span { border-color: #A71DDC; }
span { border-color: rgb(167,29,220); }
td.TdClassName
{
border-color: #A71DDC;
}
.TagClassName
{
border-color: #A71DDC;
}
</style>