Shades of Dark Orchid #A72DB7
Tints of Dark Orchid #A72DB7
RGB
CMYK
RGB Variations
Color information
#A72DB7 (or 0xA72DB7) is known color: Dark Orchid. HEX triplet: A7, 2D and B7. RGB value is (167,45,183). Sum of RGB (Red+Green+Blue) = 167+45+183=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 183 - color contains mainly: blue. Hex color #A72DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72DB7 is #58D248. Grayscale: #606060. Windows color (decimal): -5821001 or 12004775. OLE color: 12004775.
HSL color Cylindrical-coordinate representation of color #A72DB7: hue angle of 293.04º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72DB7 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 45 | 183 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.28 |
| HSL | 293.04º | 0.61% | 0.45% | - |
| HSV(B) | 293.04º | 0.75% | 0.72% | - |
| XYZ | 25.42 | 13.51 | 46.07 | - |
| YUV | 97.21 | 176.42 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 45 | 183 | 0.09 | 0.75 | 0 | 0.28 | 293.04 | 0.61 | 0.45 |
| Hex | A7 | 2D | B7 | 9 | 4B | 0 | 1C | 125 | 3D | 2D |
| Octal | 247 | 55 | 267 | 11 | 113 | 0 | 34 | 445 | 75 | 55 |
| Binary | 10100111 | 101101 | 10110111 | 1001 | 1001011 | 0 | 11100 | 100100101 | 111101 | 101101 |
Color Harmonies of #A72DB7
Complementary color
Monochromatic Colors of #A72DB7
Black with #A72DB7
Text Example
Text Example
White with #A72DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72DB7; }
p { color: rgb(167,45,183); }
H1.HeaderClassName
{
color: #A72DB7;
}
.AnyTagClassName
{
color: #A72DB7;
}
</style>
background-color css
<style>
a { background-color: #A72DB7; }
a { background-color: rgb(167,45,183); }
div.DivClassName
{
background-color: #A72DB7;
}
.BgClassName
{
background-color: #A72DB7;
}
</style>
border-color css
<style>
span { border-color: #A72DB7; }
span { border-color: rgb(167,45,183); }
td.TdClassName
{
border-color: #A72DB7;
}
.TagClassName
{
border-color: #A72DB7;
}
</style>