Shades of Dark Orchid #A72ECE
Tints of Dark Orchid #A72ECE
RGB
CMYK
RGB Variations
Color information
#A72ECE (or 0xA72ECE) is known color: Dark Orchid. HEX triplet: A7, 2E and CE. RGB value is (167,46,206). Sum of RGB (Red+Green+Blue) = 167+46+206=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #A72ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72ECE is #58D131. Grayscale: #636363. Windows color (decimal): -5820722 or 13512359. OLE color: 13512359.
HSL color Cylindrical-coordinate representation of color #A72ECE: hue angle of 285.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A72ECE is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 46 | 206 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.19 |
| HSL | 285.38º | 0.63% | 0.49% | - |
| HSV(B) | 285.38º | 0.78% | 0.81% | - |
| XYZ | 28.05 | 14.63 | 59.74 | - |
| YUV | 100.42 | 187.59 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 206 | 0.19 | 0.78 | 0 | 0.19 | 285.38 | 0.63 | 0.49 |
| Hex | A7 | 2E | CE | 13 | 4E | 0 | 13 | 11D | 3F | 31 |
| Octal | 247 | 56 | 316 | 23 | 116 | 0 | 23 | 435 | 77 | 61 |
| Binary | 10100111 | 101110 | 11001110 | 10011 | 1001110 | 0 | 10011 | 100011101 | 111111 | 110001 |
Color Harmonies of #A72ECE
Complementary color
Monochromatic Colors of #A72ECE
Black with #A72ECE
Text Example
Text Example
White with #A72ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72ECE; }
p { color: rgb(167,46,206); }
H1.HeaderClassName
{
color: #A72ECE;
}
.AnyTagClassName
{
color: #A72ECE;
}
</style>
background-color css
<style>
a { background-color: #A72ECE; }
a { background-color: rgb(167,46,206); }
div.DivClassName
{
background-color: #A72ECE;
}
.BgClassName
{
background-color: #A72ECE;
}
</style>
border-color css
<style>
span { border-color: #A72ECE; }
span { border-color: rgb(167,46,206); }
td.TdClassName
{
border-color: #A72ECE;
}
.TagClassName
{
border-color: #A72ECE;
}
</style>