Shades of Dark Orchid #A71BAC
Tints of Dark Orchid #A71BAC
RGB
CMYK
RGB Variations
Color information
#A71BAC (or 0xA71BAC) is known color: Dark Orchid. HEX triplet: A7, 1B and AC. RGB value is (167,27,172). Sum of RGB (Red+Green+Blue) = 167+27+172=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #A71BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71BAC is #58E453. Grayscale: #545454. Windows color (decimal): -5825620 or 11279271. OLE color: 11279271.
HSL color Cylindrical-coordinate representation of color #A71BAC: hue angle of 297.93º degrees, saturation: 0.73, 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 #A71BAC is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 27 | 172 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.33 |
| HSL | 297.93º | 0.73% | 0.39% | - |
| HSV(B) | 297.93º | 0.84% | 0.67% | - |
| XYZ | 23.77 | 11.98 | 40.09 | - |
| YUV | 85.39 | 176.88 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 27 | 172 | 0.03 | 0.84 | 0 | 0.33 | 297.93 | 0.73 | 0.39 |
| Hex | A7 | 1B | AC | 3 | 54 | 0 | 21 | 12A | 49 | 27 |
| Octal | 247 | 33 | 254 | 3 | 124 | 0 | 41 | 452 | 111 | 47 |
| Binary | 10100111 | 11011 | 10101100 | 11 | 1010100 | 0 | 100001 | 100101010 | 1001001 | 100111 |
Color Harmonies of #A71BAC
Complementary color
Monochromatic Colors of #A71BAC
Black with #A71BAC
Text Example
Text Example
White with #A71BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71BAC; }
p { color: rgb(167,27,172); }
H1.HeaderClassName
{
color: #A71BAC;
}
.AnyTagClassName
{
color: #A71BAC;
}
</style>
background-color css
<style>
a { background-color: #A71BAC; }
a { background-color: rgb(167,27,172); }
div.DivClassName
{
background-color: #A71BAC;
}
.BgClassName
{
background-color: #A71BAC;
}
</style>
border-color css
<style>
span { border-color: #A71BAC; }
span { border-color: rgb(167,27,172); }
td.TdClassName
{
border-color: #A71BAC;
}
.TagClassName
{
border-color: #A71BAC;
}
</style>