Shades of Dark Orchid #A72FCD
Tints of Dark Orchid #A72FCD
RGB
CMYK
RGB Variations
Color information
#A72FCD (or 0xA72FCD) is known color: Dark Orchid. HEX triplet: A7, 2F and CD. RGB value is (167,47,205). Sum of RGB (Red+Green+Blue) = 167+47+205=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #A72FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72FCD is #58D032. Grayscale: #646464. Windows color (decimal): -5820467 or 13447079. OLE color: 13447079.
HSL color Cylindrical-coordinate representation of color #A72FCD: hue angle of 285.57º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72FCD is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 47 | 205 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.20 |
| HSL | 285.57º | 0.63% | 0.49% | - |
| HSV(B) | 285.57º | 0.77% | 0.8% | - |
| XYZ | 27.97 | 14.66 | 59.11 | - |
| YUV | 100.89 | 186.76 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 47 | 205 | 0.19 | 0.77 | 0 | 0.20 | 285.57 | 0.63 | 0.49 |
| Hex | A7 | 2F | CD | 13 | 4D | 0 | 14 | 11E | 3F | 31 |
| Octal | 247 | 57 | 315 | 23 | 115 | 0 | 24 | 436 | 77 | 61 |
| Binary | 10100111 | 101111 | 11001101 | 10011 | 1001101 | 0 | 10100 | 100011110 | 111111 | 110001 |
Color Harmonies of #A72FCD
Complementary color
Monochromatic Colors of #A72FCD
Black with #A72FCD
Text Example
Text Example
White with #A72FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72FCD; }
p { color: rgb(167,47,205); }
H1.HeaderClassName
{
color: #A72FCD;
}
.AnyTagClassName
{
color: #A72FCD;
}
</style>
background-color css
<style>
a { background-color: #A72FCD; }
a { background-color: rgb(167,47,205); }
div.DivClassName
{
background-color: #A72FCD;
}
.BgClassName
{
background-color: #A72FCD;
}
</style>
border-color css
<style>
span { border-color: #A72FCD; }
span { border-color: rgb(167,47,205); }
td.TdClassName
{
border-color: #A72FCD;
}
.TagClassName
{
border-color: #A72FCD;
}
</style>