Shades of Dark Orchid #A71CAC
Tints of Dark Orchid #A71CAC
RGB
CMYK
RGB Variations
Color information
#A71CAC (or 0xA71CAC) is known color: Dark Orchid. HEX triplet: A7, 1C and AC. RGB value is (167,28,172). Sum of RGB (Red+Green+Blue) = 167+28+172=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #A71CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71CAC is #58E353. Grayscale: #555555. Windows color (decimal): -5825364 or 11279527. OLE color: 11279527.
HSL color Cylindrical-coordinate representation of color #A71CAC: hue angle of 297.92º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71CAC is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 28 | 172 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.33 |
| HSL | 297.92º | 0.72% | 0.39% | - |
| HSV(B) | 297.92º | 0.84% | 0.67% | - |
| XYZ | 23.8 | 12.02 | 40.1 | - |
| YUV | 85.98 | 176.55 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 172 | 0.03 | 0.84 | 0 | 0.33 | 297.92 | 0.72 | 0.39 |
| Hex | A7 | 1C | AC | 3 | 54 | 0 | 21 | 12A | 48 | 27 |
| Octal | 247 | 34 | 254 | 3 | 124 | 0 | 41 | 452 | 110 | 47 |
| Binary | 10100111 | 11100 | 10101100 | 11 | 1010100 | 0 | 100001 | 100101010 | 1001000 | 100111 |
Color Harmonies of #A71CAC
Complementary color
Monochromatic Colors of #A71CAC
Black with #A71CAC
Text Example
Text Example
White with #A71CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71CAC; }
p { color: rgb(167,28,172); }
H1.HeaderClassName
{
color: #A71CAC;
}
.AnyTagClassName
{
color: #A71CAC;
}
</style>
background-color css
<style>
a { background-color: #A71CAC; }
a { background-color: rgb(167,28,172); }
div.DivClassName
{
background-color: #A71CAC;
}
.BgClassName
{
background-color: #A71CAC;
}
</style>
border-color css
<style>
span { border-color: #A71CAC; }
span { border-color: rgb(167,28,172); }
td.TdClassName
{
border-color: #A71CAC;
}
.TagClassName
{
border-color: #A71CAC;
}
</style>