Shades of Dark Orchid #A71BDF
Tints of Dark Orchid #A71BDF
RGB
CMYK
RGB Variations
Color information
#A71BDF (or 0xA71BDF) is known color: Dark Orchid. HEX triplet: A7, 1B and DF. RGB value is (167,27,223). Sum of RGB (Red+Green+Blue) = 167+27+223=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #A71BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71BDF is #58E420. Grayscale: #5A5A5A. Windows color (decimal): -5825569 or 14621607. OLE color: 14621607.
HSL color Cylindrical-coordinate representation of color #A71BDF: hue angle of 282.86º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71BDF is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 27 | 223 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.13 |
| HSL | 282.86º | 0.78% | 0.49% | - |
| HSV(B) | 282.86º | 0.88% | 0.87% | - |
| XYZ | 29.65 | 14.33 | 71.01 | - |
| YUV | 91.2 | 202.38 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 27 | 223 | 0.25 | 0.88 | 0 | 0.13 | 282.86 | 0.78 | 0.49 |
| Hex | A7 | 1B | DF | 19 | 58 | 0 | D | 11B | 4E | 31 |
| Octal | 247 | 33 | 337 | 31 | 130 | 0 | 15 | 433 | 116 | 61 |
| Binary | 10100111 | 11011 | 11011111 | 11001 | 1011000 | 0 | 1101 | 100011011 | 1001110 | 110001 |
Color Harmonies of #A71BDF
Complementary color
Monochromatic Colors of #A71BDF
Black with #A71BDF
Text Example
Text Example
White with #A71BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71BDF; }
p { color: rgb(167,27,223); }
H1.HeaderClassName
{
color: #A71BDF;
}
.AnyTagClassName
{
color: #A71BDF;
}
</style>
background-color css
<style>
a { background-color: #A71BDF; }
a { background-color: rgb(167,27,223); }
div.DivClassName
{
background-color: #A71BDF;
}
.BgClassName
{
background-color: #A71BDF;
}
</style>
border-color css
<style>
span { border-color: #A71BDF; }
span { border-color: rgb(167,27,223); }
td.TdClassName
{
border-color: #A71BDF;
}
.TagClassName
{
border-color: #A71BDF;
}
</style>