Shades of Dark Orchid #A72EC8
Tints of Dark Orchid #A72EC8
RGB
CMYK
RGB Variations
Color information
#A72EC8 (or 0xA72EC8) is known color: Dark Orchid. HEX triplet: A7, 2E and C8. RGB value is (167,46,200). Sum of RGB (Red+Green+Blue) = 167+46+200=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #A72EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72EC8 is #58D137. Grayscale: #636363. Windows color (decimal): -5820728 or 13119143. OLE color: 13119143.
HSL color Cylindrical-coordinate representation of color #A72EC8: hue angle of 287.14º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72EC8 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 46 | 200 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.22 |
| HSL | 287.14º | 0.63% | 0.48% | - |
| HSV(B) | 287.14º | 0.77% | 0.78% | - |
| XYZ | 27.34 | 14.34 | 55.97 | - |
| YUV | 99.74 | 184.59 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 200 | 0.16 | 0.77 | 0 | 0.22 | 287.14 | 0.63 | 0.48 |
| Hex | A7 | 2E | C8 | 10 | 4D | 0 | 16 | 11F | 3F | 30 |
| Octal | 247 | 56 | 310 | 20 | 115 | 0 | 26 | 437 | 77 | 60 |
| Binary | 10100111 | 101110 | 11001000 | 10000 | 1001101 | 0 | 10110 | 100011111 | 111111 | 110000 |
Color Harmonies of #A72EC8
Complementary color
Monochromatic Colors of #A72EC8
Black with #A72EC8
Text Example
Text Example
White with #A72EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72EC8; }
p { color: rgb(167,46,200); }
H1.HeaderClassName
{
color: #A72EC8;
}
.AnyTagClassName
{
color: #A72EC8;
}
</style>
background-color css
<style>
a { background-color: #A72EC8; }
a { background-color: rgb(167,46,200); }
div.DivClassName
{
background-color: #A72EC8;
}
.BgClassName
{
background-color: #A72EC8;
}
</style>
border-color css
<style>
span { border-color: #A72EC8; }
span { border-color: rgb(167,46,200); }
td.TdClassName
{
border-color: #A72EC8;
}
.TagClassName
{
border-color: #A72EC8;
}
</style>