Shades of Dark Orchid #A71CCE
Tints of Dark Orchid #A71CCE
RGB
CMYK
RGB Variations
Color information
#A71CCE (or 0xA71CCE) is known color: Dark Orchid. HEX triplet: A7, 1C and CE. RGB value is (167,28,206). Sum of RGB (Red+Green+Blue) = 167+28+206=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #A71CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71CCE is #58E331. Grayscale: #595959. Windows color (decimal): -5825330 or 13507751. OLE color: 13507751.
HSL color Cylindrical-coordinate representation of color #A71CCE: hue angle of 286.85º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71CCE is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 28 | 206 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.19 |
| HSL | 286.85º | 0.76% | 0.46% | - |
| HSV(B) | 286.85º | 0.86% | 0.81% | - |
| XYZ | 27.49 | 13.5 | 59.55 | - |
| YUV | 89.85 | 193.55 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 206 | 0.19 | 0.86 | 0 | 0.19 | 286.85 | 0.76 | 0.46 |
| Hex | A7 | 1C | CE | 13 | 56 | 0 | 13 | 11F | 4C | 2E |
| Octal | 247 | 34 | 316 | 23 | 126 | 0 | 23 | 437 | 114 | 56 |
| Binary | 10100111 | 11100 | 11001110 | 10011 | 1010110 | 0 | 10011 | 100011111 | 1001100 | 101110 |
Color Harmonies of #A71CCE
Complementary color
Monochromatic Colors of #A71CCE
Black with #A71CCE
Text Example
Text Example
White with #A71CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71CCE; }
p { color: rgb(167,28,206); }
H1.HeaderClassName
{
color: #A71CCE;
}
.AnyTagClassName
{
color: #A71CCE;
}
</style>
background-color css
<style>
a { background-color: #A71CCE; }
a { background-color: rgb(167,28,206); }
div.DivClassName
{
background-color: #A71CCE;
}
.BgClassName
{
background-color: #A71CCE;
}
</style>
border-color css
<style>
span { border-color: #A71CCE; }
span { border-color: rgb(167,28,206); }
td.TdClassName
{
border-color: #A71CCE;
}
.TagClassName
{
border-color: #A71CCE;
}
</style>