Shades of Dark Orchid #A72FCE
Tints of Dark Orchid #A72FCE
RGB
CMYK
RGB Variations
Color information
#A72FCE (or 0xA72FCE) is known color: Dark Orchid. HEX triplet: A7, 2F and CE. RGB value is (167,47,206). Sum of RGB (Red+Green+Blue) = 167+47+206=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #A72FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72FCE is #58D031. Grayscale: #646464. Windows color (decimal): -5820466 or 13512615. OLE color: 13512615.
HSL color Cylindrical-coordinate representation of color #A72FCE: hue angle of 285.28º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72FCE is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 47 | 206 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.19 |
| HSL | 285.28º | 0.63% | 0.5% | - |
| HSV(B) | 285.28º | 0.77% | 0.81% | - |
| XYZ | 28.09 | 14.7 | 59.75 | - |
| YUV | 101.01 | 187.26 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 47 | 206 | 0.19 | 0.77 | 0 | 0.19 | 285.28 | 0.63 | 0.5 |
| Hex | A7 | 2F | CE | 13 | 4D | 0 | 13 | 11D | 3F | 32 |
| Octal | 247 | 57 | 316 | 23 | 115 | 0 | 23 | 435 | 77 | 62 |
| Binary | 10100111 | 101111 | 11001110 | 10011 | 1001101 | 0 | 10011 | 100011101 | 111111 | 110010 |
Color Harmonies of #A72FCE
Complementary color
Monochromatic Colors of #A72FCE
Black with #A72FCE
Text Example
Text Example
White with #A72FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72FCE; }
p { color: rgb(167,47,206); }
H1.HeaderClassName
{
color: #A72FCE;
}
.AnyTagClassName
{
color: #A72FCE;
}
</style>
background-color css
<style>
a { background-color: #A72FCE; }
a { background-color: rgb(167,47,206); }
div.DivClassName
{
background-color: #A72FCE;
}
.BgClassName
{
background-color: #A72FCE;
}
</style>
border-color css
<style>
span { border-color: #A72FCE; }
span { border-color: rgb(167,47,206); }
td.TdClassName
{
border-color: #A72FCE;
}
.TagClassName
{
border-color: #A72FCE;
}
</style>