Shades of Dark Orchid #A71BC2
Tints of Dark Orchid #A71BC2
RGB
CMYK
RGB Variations
Color information
#A71BC2 (or 0xA71BC2) is known color: Dark Orchid. HEX triplet: A7, 1B and C2. RGB value is (167,27,194). Sum of RGB (Red+Green+Blue) = 167+27+194=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #A71BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71BC2 is #58E43D. Grayscale: #575757. Windows color (decimal): -5825598 or 12721063. OLE color: 12721063.
HSL color Cylindrical-coordinate representation of color #A71BC2: hue angle of 290.3º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71BC2 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 27 | 194 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.24 |
| HSL | 290.3º | 0.76% | 0.43% | - |
| HSV(B) | 290.3º | 0.86% | 0.76% | - |
| XYZ | 26.07 | 12.89 | 52.15 | - |
| YUV | 87.9 | 187.88 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 27 | 194 | 0.14 | 0.86 | 0 | 0.24 | 290.3 | 0.76 | 0.43 |
| Hex | A7 | 1B | C2 | E | 56 | 0 | 18 | 122 | 4C | 2B |
| Octal | 247 | 33 | 302 | 16 | 126 | 0 | 30 | 442 | 114 | 53 |
| Binary | 10100111 | 11011 | 11000010 | 1110 | 1010110 | 0 | 11000 | 100100010 | 1001100 | 101011 |
Color Harmonies of #A71BC2
Complementary color
Monochromatic Colors of #A71BC2
Black with #A71BC2
Text Example
Text Example
White with #A71BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71BC2; }
p { color: rgb(167,27,194); }
H1.HeaderClassName
{
color: #A71BC2;
}
.AnyTagClassName
{
color: #A71BC2;
}
</style>
background-color css
<style>
a { background-color: #A71BC2; }
a { background-color: rgb(167,27,194); }
div.DivClassName
{
background-color: #A71BC2;
}
.BgClassName
{
background-color: #A71BC2;
}
</style>
border-color css
<style>
span { border-color: #A71BC2; }
span { border-color: rgb(167,27,194); }
td.TdClassName
{
border-color: #A71BC2;
}
.TagClassName
{
border-color: #A71BC2;
}
</style>