Shades of Dark Orchid #A722CE
Tints of Dark Orchid #A722CE
RGB
CMYK
RGB Variations
Color information
#A722CE (or 0xA722CE) is known color: Dark Orchid. HEX triplet: A7, 22 and CE. RGB value is (167,34,206). Sum of RGB (Red+Green+Blue) = 167+34+206=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #A722CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A722CE is #58DD31. Grayscale: #5C5C5C. Windows color (decimal): -5823794 or 13509287. OLE color: 13509287.
HSL color Cylindrical-coordinate representation of color #A722CE: hue angle of 286.4º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A722CE is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 34 | 206 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.19 |
| HSL | 286.4º | 0.72% | 0.47% | - |
| HSV(B) | 286.4º | 0.83% | 0.81% | - |
| XYZ | 27.65 | 13.82 | 59.6 | - |
| YUV | 93.38 | 191.56 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 34 | 206 | 0.19 | 0.83 | 0 | 0.19 | 286.4 | 0.72 | 0.47 |
| Hex | A7 | 22 | CE | 13 | 53 | 0 | 13 | 11E | 48 | 2F |
| Octal | 247 | 42 | 316 | 23 | 123 | 0 | 23 | 436 | 110 | 57 |
| Binary | 10100111 | 100010 | 11001110 | 10011 | 1010011 | 0 | 10011 | 100011110 | 1001000 | 101111 |
Color Harmonies of #A722CE
Complementary color
Monochromatic Colors of #A722CE
Black with #A722CE
Text Example
Text Example
White with #A722CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A722CE; }
p { color: rgb(167,34,206); }
H1.HeaderClassName
{
color: #A722CE;
}
.AnyTagClassName
{
color: #A722CE;
}
</style>
background-color css
<style>
a { background-color: #A722CE; }
a { background-color: rgb(167,34,206); }
div.DivClassName
{
background-color: #A722CE;
}
.BgClassName
{
background-color: #A722CE;
}
</style>
border-color css
<style>
span { border-color: #A722CE; }
span { border-color: rgb(167,34,206); }
td.TdClassName
{
border-color: #A722CE;
}
.TagClassName
{
border-color: #A722CE;
}
</style>