Shades of Dark Orchid #A71CBD
Tints of Dark Orchid #A71CBD
RGB
CMYK
RGB Variations
Color information
#A71CBD (or 0xA71CBD) is known color: Dark Orchid. HEX triplet: A7, 1C and BD. RGB value is (167,28,189). Sum of RGB (Red+Green+Blue) = 167+28+189=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #A71CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71CBD is #58E342. Grayscale: #575757. Windows color (decimal): -5825347 or 12393639. OLE color: 12393639.
HSL color Cylindrical-coordinate representation of color #A71CBD: hue angle of 291.8º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71CBD is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 28 | 189 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.26 |
| HSL | 291.8º | 0.74% | 0.43% | - |
| HSV(B) | 291.8º | 0.85% | 0.74% | - |
| XYZ | 25.54 | 12.72 | 49.25 | - |
| YUV | 87.92 | 185.05 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 189 | 0.12 | 0.85 | 0 | 0.26 | 291.8 | 0.74 | 0.43 |
| Hex | A7 | 1C | BD | C | 55 | 0 | 1A | 124 | 4A | 2B |
| Octal | 247 | 34 | 275 | 14 | 125 | 0 | 32 | 444 | 112 | 53 |
| Binary | 10100111 | 11100 | 10111101 | 1100 | 1010101 | 0 | 11010 | 100100100 | 1001010 | 101011 |
Color Harmonies of #A71CBD
Complementary color
Monochromatic Colors of #A71CBD
Black with #A71CBD
Text Example
Text Example
White with #A71CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71CBD; }
p { color: rgb(167,28,189); }
H1.HeaderClassName
{
color: #A71CBD;
}
.AnyTagClassName
{
color: #A71CBD;
}
</style>
background-color css
<style>
a { background-color: #A71CBD; }
a { background-color: rgb(167,28,189); }
div.DivClassName
{
background-color: #A71CBD;
}
.BgClassName
{
background-color: #A71CBD;
}
</style>
border-color css
<style>
span { border-color: #A71CBD; }
span { border-color: rgb(167,28,189); }
td.TdClassName
{
border-color: #A71CBD;
}
.TagClassName
{
border-color: #A71CBD;
}
</style>