Shades of Dark Orchid #A72ECC
Tints of Dark Orchid #A72ECC
RGB
CMYK
RGB Variations
Color information
#A72ECC (or 0xA72ECC) is known color: Dark Orchid. HEX triplet: A7, 2E and CC. RGB value is (167,46,204). Sum of RGB (Red+Green+Blue) = 167+46+204=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #A72ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72ECC is #58D133. Grayscale: #636363. Windows color (decimal): -5820724 or 13381287. OLE color: 13381287.
HSL color Cylindrical-coordinate representation of color #A72ECC: hue angle of 285.95º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72ECC is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 46 | 204 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.2 |
| HSL | 285.95º | 0.63% | 0.49% | - |
| HSV(B) | 285.95º | 0.77% | 0.8% | - |
| XYZ | 27.81 | 14.53 | 58.47 | - |
| YUV | 100.19 | 186.59 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 204 | 0.18 | 0.77 | 0 | 0.2 | 285.95 | 0.63 | 0.49 |
| Hex | A7 | 2E | CC | 12 | 4D | 0 | 14 | 11E | 3F | 31 |
| Octal | 247 | 56 | 314 | 22 | 115 | 0 | 24 | 436 | 77 | 61 |
| Binary | 10100111 | 101110 | 11001100 | 10010 | 1001101 | 0 | 10100 | 100011110 | 111111 | 110001 |
Color Harmonies of #A72ECC
Complementary color
Monochromatic Colors of #A72ECC
Black with #A72ECC
Text Example
Text Example
White with #A72ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72ECC; }
p { color: rgb(167,46,204); }
H1.HeaderClassName
{
color: #A72ECC;
}
.AnyTagClassName
{
color: #A72ECC;
}
</style>
background-color css
<style>
a { background-color: #A72ECC; }
a { background-color: rgb(167,46,204); }
div.DivClassName
{
background-color: #A72ECC;
}
.BgClassName
{
background-color: #A72ECC;
}
</style>
border-color css
<style>
span { border-color: #A72ECC; }
span { border-color: rgb(167,46,204); }
td.TdClassName
{
border-color: #A72ECC;
}
.TagClassName
{
border-color: #A72ECC;
}
</style>