Shades of Dark Orchid #A72CE4
Tints of Dark Orchid #A72CE4
RGB
CMYK
RGB Variations
Color information
#A72CE4 (or 0xA72CE4) is known color: Dark Orchid. HEX triplet: A7, 2C and E4. RGB value is (167,44,228). Sum of RGB (Red+Green+Blue) = 167+44+228=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 228 (89.45% from 255 or 51.94% from 439); Max value from RGB is 228 - color contains mainly: blue. Hex color #A72CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72CE4 is #58D31B. Grayscale: #656565. Windows color (decimal): -5821212 or 14953639. OLE color: 14953639.
HSL color Cylindrical-coordinate representation of color #A72CE4: hue angle of 280.11º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72CE4 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 44 | 228 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.11 |
| HSL | 280.11º | 0.77% | 0.53% | - |
| HSV(B) | 280.11º | 0.81% | 0.89% | - |
| XYZ | 30.84 | 15.62 | 74.79 | - |
| YUV | 101.75 | 199.25 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 44 | 228 | 0.27 | 0.81 | 0 | 0.11 | 280.11 | 0.77 | 0.53 |
| Hex | A7 | 2C | E4 | 1B | 51 | 0 | B | 118 | 4D | 35 |
| Octal | 247 | 54 | 344 | 33 | 121 | 0 | 13 | 430 | 115 | 65 |
| Binary | 10100111 | 101100 | 11100100 | 11011 | 1010001 | 0 | 1011 | 100011000 | 1001101 | 110101 |
Color Harmonies of #A72CE4
Complementary color
Monochromatic Colors of #A72CE4
Black with #A72CE4
Text Example
Text Example
White with #A72CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72CE4; }
p { color: rgb(167,44,228); }
H1.HeaderClassName
{
color: #A72CE4;
}
.AnyTagClassName
{
color: #A72CE4;
}
</style>
background-color css
<style>
a { background-color: #A72CE4; }
a { background-color: rgb(167,44,228); }
div.DivClassName
{
background-color: #A72CE4;
}
.BgClassName
{
background-color: #A72CE4;
}
</style>
border-color css
<style>
span { border-color: #A72CE4; }
span { border-color: rgb(167,44,228); }
td.TdClassName
{
border-color: #A72CE4;
}
.TagClassName
{
border-color: #A72CE4;
}
</style>