Shades of Dark Orchid #A72DC2
Tints of Dark Orchid #A72DC2
RGB
CMYK
RGB Variations
Color information
#A72DC2 (or 0xA72DC2) is known color: Dark Orchid. HEX triplet: A7, 2D and C2. RGB value is (167,45,194). Sum of RGB (Red+Green+Blue) = 167+45+194=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #A72DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72DC2 is #58D23D. Grayscale: #616161. Windows color (decimal): -5820990 or 12725671. OLE color: 12725671.
HSL color Cylindrical-coordinate representation of color #A72DC2: hue angle of 289.13º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72DC2 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 45 | 194 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.24 |
| HSL | 289.13º | 0.62% | 0.47% | - |
| HSV(B) | 289.13º | 0.77% | 0.76% | - |
| XYZ | 26.61 | 13.99 | 52.34 | - |
| YUV | 98.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 45 | 194 | 0.14 | 0.77 | 0 | 0.24 | 289.13 | 0.62 | 0.47 |
| Hex | A7 | 2D | C2 | E | 4D | 0 | 18 | 121 | 3E | 2F |
| Octal | 247 | 55 | 302 | 16 | 115 | 0 | 30 | 441 | 76 | 57 |
| Binary | 10100111 | 101101 | 11000010 | 1110 | 1001101 | 0 | 11000 | 100100001 | 111110 | 101111 |
Color Harmonies of #A72DC2
Complementary color
Monochromatic Colors of #A72DC2
Black with #A72DC2
Text Example
Text Example
White with #A72DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72DC2; }
p { color: rgb(167,45,194); }
H1.HeaderClassName
{
color: #A72DC2;
}
.AnyTagClassName
{
color: #A72DC2;
}
</style>
background-color css
<style>
a { background-color: #A72DC2; }
a { background-color: rgb(167,45,194); }
div.DivClassName
{
background-color: #A72DC2;
}
.BgClassName
{
background-color: #A72DC2;
}
</style>
border-color css
<style>
span { border-color: #A72DC2; }
span { border-color: rgb(167,45,194); }
td.TdClassName
{
border-color: #A72DC2;
}
.TagClassName
{
border-color: #A72DC2;
}
</style>