Shades of Dark Orchid #A72AAA
Tints of Dark Orchid #A72AAA
RGB
CMYK
RGB Variations
Color information
#A72AAA (or 0xA72AAA) is known color: Dark Orchid. HEX triplet: A7, 2A and AA. RGB value is (167,42,170). Sum of RGB (Red+Green+Blue) = 167+42+170=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #A72AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72AAA is #58D555. Grayscale: #5D5D5D. Windows color (decimal): -5821782 or 11152039. OLE color: 11152039.
HSL color Cylindrical-coordinate representation of color #A72AAA: hue angle of 298.59º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72AAA is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 42 | 170 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.33 |
| HSL | 298.59º | 0.6% | 0.42% | - |
| HSV(B) | 298.59º | 0.75% | 0.67% | - |
| XYZ | 24.02 | 12.77 | 39.23 | - |
| YUV | 93.97 | 170.91 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 42 | 170 | 0.02 | 0.75 | 0 | 0.33 | 298.59 | 0.6 | 0.42 |
| Hex | A7 | 2A | AA | 2 | 4B | 0 | 21 | 12B | 3C | 2A |
| Octal | 247 | 52 | 252 | 2 | 113 | 0 | 41 | 453 | 74 | 52 |
| Binary | 10100111 | 101010 | 10101010 | 10 | 1001011 | 0 | 100001 | 100101011 | 111100 | 101010 |
Color Harmonies of #A72AAA
Complementary color
Monochromatic Colors of #A72AAA
Black with #A72AAA
Text Example
Text Example
White with #A72AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72AAA; }
p { color: rgb(167,42,170); }
H1.HeaderClassName
{
color: #A72AAA;
}
.AnyTagClassName
{
color: #A72AAA;
}
</style>
background-color css
<style>
a { background-color: #A72AAA; }
a { background-color: rgb(167,42,170); }
div.DivClassName
{
background-color: #A72AAA;
}
.BgClassName
{
background-color: #A72AAA;
}
</style>
border-color css
<style>
span { border-color: #A72AAA; }
span { border-color: rgb(167,42,170); }
td.TdClassName
{
border-color: #A72AAA;
}
.TagClassName
{
border-color: #A72AAA;
}
</style>