Shades of Dark Orchid #A72FE5
Tints of Dark Orchid #A72FE5
RGB
CMYK
RGB Variations
Color information
#A72FE5 (or 0xA72FE5) is known color: Dark Orchid. HEX triplet: A7, 2F and E5. RGB value is (167,47,229). Sum of RGB (Red+Green+Blue) = 167+47+229=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #A72FE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72FE5 is #58D01A. Grayscale: #676767. Windows color (decimal): -5820443 or 15019943. OLE color: 15019943.
HSL color Cylindrical-coordinate representation of color #A72FE5: hue angle of 279.56º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A72FE5 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 47 | 229 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.10 |
| HSL | 279.56º | 0.78% | 0.54% | - |
| HSV(B) | 279.56º | 0.79% | 0.9% | - |
| XYZ | 31.1 | 15.91 | 75.56 | - |
| YUV | 103.63 | 198.76 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 47 | 229 | 0.27 | 0.79 | 0 | 0.10 | 279.56 | 0.78 | 0.54 |
| Hex | A7 | 2F | E5 | 1B | 4F | 0 | A | 118 | 4E | 36 |
| Octal | 247 | 57 | 345 | 33 | 117 | 0 | 12 | 430 | 116 | 66 |
| Binary | 10100111 | 101111 | 11100101 | 11011 | 1001111 | 0 | 1010 | 100011000 | 1001110 | 110110 |
Color Harmonies of #A72FE5
Complementary color
Monochromatic Colors of #A72FE5
Black with #A72FE5
Text Example
Text Example
White with #A72FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72FE5; }
p { color: rgb(167,47,229); }
H1.HeaderClassName
{
color: #A72FE5;
}
.AnyTagClassName
{
color: #A72FE5;
}
</style>
background-color css
<style>
a { background-color: #A72FE5; }
a { background-color: rgb(167,47,229); }
div.DivClassName
{
background-color: #A72FE5;
}
.BgClassName
{
background-color: #A72FE5;
}
</style>
border-color css
<style>
span { border-color: #A72FE5; }
span { border-color: rgb(167,47,229); }
td.TdClassName
{
border-color: #A72FE5;
}
.TagClassName
{
border-color: #A72FE5;
}
</style>