Shades of Dark Orchid #A71CBB
Tints of Dark Orchid #A71CBB
RGB
CMYK
RGB Variations
Color information
#A71CBB (or 0xA71CBB) is known color: Dark Orchid. HEX triplet: A7, 1C and BB. RGB value is (167,28,187). Sum of RGB (Red+Green+Blue) = 167+28+187=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #A71CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71CBB is #58E344. Grayscale: #575757. Windows color (decimal): -5825349 or 12262567. OLE color: 12262567.
HSL color Cylindrical-coordinate representation of color #A71CBB: hue angle of 292.45º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71CBB is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 28 | 187 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.27 |
| HSL | 292.45º | 0.74% | 0.42% | - |
| HSV(B) | 292.45º | 0.85% | 0.73% | - |
| XYZ | 25.32 | 12.63 | 48.12 | - |
| YUV | 87.69 | 184.05 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 187 | 0.11 | 0.85 | 0 | 0.27 | 292.45 | 0.74 | 0.42 |
| Hex | A7 | 1C | BB | B | 55 | 0 | 1B | 124 | 4A | 2A |
| Octal | 247 | 34 | 273 | 13 | 125 | 0 | 33 | 444 | 112 | 52 |
| Binary | 10100111 | 11100 | 10111011 | 1011 | 1010101 | 0 | 11011 | 100100100 | 1001010 | 101010 |
Color Harmonies of #A71CBB
Complementary color
Monochromatic Colors of #A71CBB
Black with #A71CBB
Text Example
Text Example
White with #A71CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71CBB; }
p { color: rgb(167,28,187); }
H1.HeaderClassName
{
color: #A71CBB;
}
.AnyTagClassName
{
color: #A71CBB;
}
</style>
background-color css
<style>
a { background-color: #A71CBB; }
a { background-color: rgb(167,28,187); }
div.DivClassName
{
background-color: #A71CBB;
}
.BgClassName
{
background-color: #A71CBB;
}
</style>
border-color css
<style>
span { border-color: #A71CBB; }
span { border-color: rgb(167,28,187); }
td.TdClassName
{
border-color: #A71CBB;
}
.TagClassName
{
border-color: #A71CBB;
}
</style>