Shades of Dark Orchid #A71FAC
Tints of Dark Orchid #A71FAC
RGB
CMYK
RGB Variations
Color information
#A71FAC (or 0xA71FAC) is known color: Dark Orchid. HEX triplet: A7, 1F and AC. RGB value is (167,31,172). Sum of RGB (Red+Green+Blue) = 167+31+172=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #A71FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71FAC is #58E053. Grayscale: #575757. Windows color (decimal): -5824596 or 11280295. OLE color: 11280295.
HSL color Cylindrical-coordinate representation of color #A71FAC: hue angle of 297.87º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A71FAC is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 31 | 172 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.33 |
| HSL | 297.87º | 0.69% | 0.4% | - |
| HSV(B) | 297.87º | 0.82% | 0.67% | - |
| XYZ | 23.87 | 12.17 | 40.12 | - |
| YUV | 87.74 | 175.56 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 31 | 172 | 0.03 | 0.82 | 0 | 0.33 | 297.87 | 0.69 | 0.4 |
| Hex | A7 | 1F | AC | 3 | 52 | 0 | 21 | 12A | 45 | 28 |
| Octal | 247 | 37 | 254 | 3 | 122 | 0 | 41 | 452 | 105 | 50 |
| Binary | 10100111 | 11111 | 10101100 | 11 | 1010010 | 0 | 100001 | 100101010 | 1000101 | 101000 |
Color Harmonies of #A71FAC
Complementary color
Monochromatic Colors of #A71FAC
Black with #A71FAC
Text Example
Text Example
White with #A71FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71FAC; }
p { color: rgb(167,31,172); }
H1.HeaderClassName
{
color: #A71FAC;
}
.AnyTagClassName
{
color: #A71FAC;
}
</style>
background-color css
<style>
a { background-color: #A71FAC; }
a { background-color: rgb(167,31,172); }
div.DivClassName
{
background-color: #A71FAC;
}
.BgClassName
{
background-color: #A71FAC;
}
</style>
border-color css
<style>
span { border-color: #A71FAC; }
span { border-color: rgb(167,31,172); }
td.TdClassName
{
border-color: #A71FAC;
}
.TagClassName
{
border-color: #A71FAC;
}
</style>