Shades of Dark Orchid #A72CE1
Tints of Dark Orchid #A72CE1
RGB
CMYK
RGB Variations
Color information
#A72CE1 (or 0xA72CE1) is known color: Dark Orchid. HEX triplet: A7, 2C and E1. RGB value is (167,44,225). Sum of RGB (Red+Green+Blue) = 167+44+225=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #A72CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72CE1 is #58D31E. Grayscale: #646464. Windows color (decimal): -5821215 or 14757031. OLE color: 14757031.
HSL color Cylindrical-coordinate representation of color #A72CE1: hue angle of 280.77º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72CE1 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 44 | 225 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.12 |
| HSL | 280.77º | 0.75% | 0.53% | - |
| HSV(B) | 280.77º | 0.8% | 0.88% | - |
| XYZ | 30.43 | 15.45 | 72.61 | - |
| YUV | 101.41 | 197.75 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 44 | 225 | 0.26 | 0.80 | 0 | 0.12 | 280.77 | 0.75 | 0.53 |
| Hex | A7 | 2C | E1 | 1A | 50 | 0 | C | 119 | 4B | 35 |
| Octal | 247 | 54 | 341 | 32 | 120 | 0 | 14 | 431 | 113 | 65 |
| Binary | 10100111 | 101100 | 11100001 | 11010 | 1010000 | 0 | 1100 | 100011001 | 1001011 | 110101 |
Color Harmonies of #A72CE1
Complementary color
Monochromatic Colors of #A72CE1
Black with #A72CE1
Text Example
Text Example
White with #A72CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72CE1; }
p { color: rgb(167,44,225); }
H1.HeaderClassName
{
color: #A72CE1;
}
.AnyTagClassName
{
color: #A72CE1;
}
</style>
background-color css
<style>
a { background-color: #A72CE1; }
a { background-color: rgb(167,44,225); }
div.DivClassName
{
background-color: #A72CE1;
}
.BgClassName
{
background-color: #A72CE1;
}
</style>
border-color css
<style>
span { border-color: #A72CE1; }
span { border-color: rgb(167,44,225); }
td.TdClassName
{
border-color: #A72CE1;
}
.TagClassName
{
border-color: #A72CE1;
}
</style>