Shades of Dark Orchid #A72DB4
Tints of Dark Orchid #A72DB4
RGB
CMYK
RGB Variations
Color information
#A72DB4 (or 0xA72DB4) is known color: Dark Orchid. HEX triplet: A7, 2D and B4. RGB value is (167,45,180). Sum of RGB (Red+Green+Blue) = 167+45+180=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #A72DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72DB4 is #58D24B. Grayscale: #606060. Windows color (decimal): -5821004 or 11808167. OLE color: 11808167.
HSL color Cylindrical-coordinate representation of color #A72DB4: hue angle of 294.22º 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 #A72DB4 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 45 | 180 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.29 |
| HSL | 294.22º | 0.6% | 0.44% | - |
| HSV(B) | 294.22º | 0.75% | 0.71% | - |
| XYZ | 25.11 | 13.39 | 44.44 | - |
| YUV | 96.87 | 174.92 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 45 | 180 | 0.07 | 0.75 | 0 | 0.29 | 294.22 | 0.6 | 0.44 |
| Hex | A7 | 2D | B4 | 7 | 4B | 0 | 1D | 126 | 3C | 2C |
| Octal | 247 | 55 | 264 | 7 | 113 | 0 | 35 | 446 | 74 | 54 |
| Binary | 10100111 | 101101 | 10110100 | 111 | 1001011 | 0 | 11101 | 100100110 | 111100 | 101100 |
Color Harmonies of #A72DB4
Complementary color
Monochromatic Colors of #A72DB4
Black with #A72DB4
Text Example
Text Example
White with #A72DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72DB4; }
p { color: rgb(167,45,180); }
H1.HeaderClassName
{
color: #A72DB4;
}
.AnyTagClassName
{
color: #A72DB4;
}
</style>
background-color css
<style>
a { background-color: #A72DB4; }
a { background-color: rgb(167,45,180); }
div.DivClassName
{
background-color: #A72DB4;
}
.BgClassName
{
background-color: #A72DB4;
}
</style>
border-color css
<style>
span { border-color: #A72DB4; }
span { border-color: rgb(167,45,180); }
td.TdClassName
{
border-color: #A72DB4;
}
.TagClassName
{
border-color: #A72DB4;
}
</style>