Shades of Dark Orchid #A71DCC
Tints of Dark Orchid #A71DCC
RGB
CMYK
RGB Variations
Color information
#A71DCC (or 0xA71DCC) is known color: Dark Orchid. HEX triplet: A7, 1D and CC. RGB value is (167,29,204). Sum of RGB (Red+Green+Blue) = 167+29+204=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #A71DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71DCC is #58E233. Grayscale: #595959. Windows color (decimal): -5825076 or 13376935. OLE color: 13376935.
HSL color Cylindrical-coordinate representation of color #A71DCC: hue angle of 287.31º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71DCC is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 29 | 204 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.2 |
| HSL | 287.31º | 0.75% | 0.46% | - |
| HSV(B) | 287.31º | 0.86% | 0.8% | - |
| XYZ | 27.27 | 13.45 | 58.29 | - |
| YUV | 90.21 | 192.22 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 204 | 0.18 | 0.86 | 0 | 0.2 | 287.31 | 0.75 | 0.46 |
| Hex | A7 | 1D | CC | 12 | 56 | 0 | 14 | 11F | 4B | 2E |
| Octal | 247 | 35 | 314 | 22 | 126 | 0 | 24 | 437 | 113 | 56 |
| Binary | 10100111 | 11101 | 11001100 | 10010 | 1010110 | 0 | 10100 | 100011111 | 1001011 | 101110 |
Color Harmonies of #A71DCC
Complementary color
Monochromatic Colors of #A71DCC
Black with #A71DCC
Text Example
Text Example
White with #A71DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71DCC; }
p { color: rgb(167,29,204); }
H1.HeaderClassName
{
color: #A71DCC;
}
.AnyTagClassName
{
color: #A71DCC;
}
</style>
background-color css
<style>
a { background-color: #A71DCC; }
a { background-color: rgb(167,29,204); }
div.DivClassName
{
background-color: #A71DCC;
}
.BgClassName
{
background-color: #A71DCC;
}
</style>
border-color css
<style>
span { border-color: #A71DCC; }
span { border-color: rgb(167,29,204); }
td.TdClassName
{
border-color: #A71DCC;
}
.TagClassName
{
border-color: #A71DCC;
}
</style>