Shades of Dark Orchid #A72DB5
Tints of Dark Orchid #A72DB5
RGB
CMYK
RGB Variations
Color information
#A72DB5 (or 0xA72DB5) is known color: Dark Orchid. HEX triplet: A7, 2D and B5. RGB value is (167,45,181). Sum of RGB (Red+Green+Blue) = 167+45+181=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #A72DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72DB5 is #58D24A. Grayscale: #606060. Windows color (decimal): -5821003 or 11873703. OLE color: 11873703.
HSL color Cylindrical-coordinate representation of color #A72DB5: hue angle of 293.82º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72DB5 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 45 | 181 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.29 |
| HSL | 293.82º | 0.6% | 0.44% | - |
| HSV(B) | 293.82º | 0.75% | 0.71% | - |
| XYZ | 25.22 | 13.43 | 44.98 | - |
| YUV | 96.98 | 175.42 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 45 | 181 | 0.08 | 0.75 | 0 | 0.29 | 293.82 | 0.6 | 0.44 |
| Hex | A7 | 2D | B5 | 8 | 4B | 0 | 1D | 126 | 3C | 2C |
| Octal | 247 | 55 | 265 | 10 | 113 | 0 | 35 | 446 | 74 | 54 |
| Binary | 10100111 | 101101 | 10110101 | 1000 | 1001011 | 0 | 11101 | 100100110 | 111100 | 101100 |
Color Harmonies of #A72DB5
Complementary color
Monochromatic Colors of #A72DB5
Black with #A72DB5
Text Example
Text Example
White with #A72DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72DB5; }
p { color: rgb(167,45,181); }
H1.HeaderClassName
{
color: #A72DB5;
}
.AnyTagClassName
{
color: #A72DB5;
}
</style>
background-color css
<style>
a { background-color: #A72DB5; }
a { background-color: rgb(167,45,181); }
div.DivClassName
{
background-color: #A72DB5;
}
.BgClassName
{
background-color: #A72DB5;
}
</style>
border-color css
<style>
span { border-color: #A72DB5; }
span { border-color: rgb(167,45,181); }
td.TdClassName
{
border-color: #A72DB5;
}
.TagClassName
{
border-color: #A72DB5;
}
</style>