Shades of Dark Orchid #A71CDC
Tints of Dark Orchid #A71CDC
RGB
CMYK
RGB Variations
Color information
#A71CDC (or 0xA71CDC) is known color: Dark Orchid. HEX triplet: A7, 1C and DC. RGB value is (167,28,220). Sum of RGB (Red+Green+Blue) = 167+28+220=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #A71CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71CDC is #58E323. Grayscale: #5A5A5A. Windows color (decimal): -5825316 or 14425255. OLE color: 14425255.
HSL color Cylindrical-coordinate representation of color #A71CDC: hue angle of 283.44º 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 #A71CDC is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 28 | 220 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.14 |
| HSL | 283.44º | 0.77% | 0.49% | - |
| HSV(B) | 283.44º | 0.87% | 0.86% | - |
| XYZ | 29.27 | 14.21 | 68.91 | - |
| YUV | 91.45 | 200.55 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 220 | 0.24 | 0.87 | 0 | 0.14 | 283.44 | 0.77 | 0.49 |
| Hex | A7 | 1C | DC | 18 | 57 | 0 | E | 11B | 4D | 31 |
| Octal | 247 | 34 | 334 | 30 | 127 | 0 | 16 | 433 | 115 | 61 |
| Binary | 10100111 | 11100 | 11011100 | 11000 | 1010111 | 0 | 1110 | 100011011 | 1001101 | 110001 |
Color Harmonies of #A71CDC
Complementary color
Monochromatic Colors of #A71CDC
Black with #A71CDC
Text Example
Text Example
White with #A71CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71CDC; }
p { color: rgb(167,28,220); }
H1.HeaderClassName
{
color: #A71CDC;
}
.AnyTagClassName
{
color: #A71CDC;
}
</style>
background-color css
<style>
a { background-color: #A71CDC; }
a { background-color: rgb(167,28,220); }
div.DivClassName
{
background-color: #A71CDC;
}
.BgClassName
{
background-color: #A71CDC;
}
</style>
border-color css
<style>
span { border-color: #A71CDC; }
span { border-color: rgb(167,28,220); }
td.TdClassName
{
border-color: #A71CDC;
}
.TagClassName
{
border-color: #A71CDC;
}
</style>