Shades of Dark Orchid #A71DDF
Tints of Dark Orchid #A71DDF
RGB
CMYK
RGB Variations
Color information
#A71DDF (or 0xA71DDF) is known color: Dark Orchid. HEX triplet: A7, 1D and DF. RGB value is (167,29,223). Sum of RGB (Red+Green+Blue) = 167+29+223=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #A71DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71DDF is #58E220. Grayscale: #5B5B5B. Windows color (decimal): -5825057 or 14622119. OLE color: 14622119.
HSL color Cylindrical-coordinate representation of color #A71DDF: hue angle of 282.68º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71DDF is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 29 | 223 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.13 |
| HSL | 282.68º | 0.77% | 0.49% | - |
| HSV(B) | 282.68º | 0.87% | 0.87% | - |
| XYZ | 29.7 | 14.42 | 71.03 | - |
| YUV | 92.38 | 201.72 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 223 | 0.25 | 0.87 | 0 | 0.13 | 282.68 | 0.77 | 0.49 |
| Hex | A7 | 1D | DF | 19 | 57 | 0 | D | 11B | 4D | 31 |
| Octal | 247 | 35 | 337 | 31 | 127 | 0 | 15 | 433 | 115 | 61 |
| Binary | 10100111 | 11101 | 11011111 | 11001 | 1010111 | 0 | 1101 | 100011011 | 1001101 | 110001 |
Color Harmonies of #A71DDF
Complementary color
Monochromatic Colors of #A71DDF
Black with #A71DDF
Text Example
Text Example
White with #A71DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71DDF; }
p { color: rgb(167,29,223); }
H1.HeaderClassName
{
color: #A71DDF;
}
.AnyTagClassName
{
color: #A71DDF;
}
</style>
background-color css
<style>
a { background-color: #A71DDF; }
a { background-color: rgb(167,29,223); }
div.DivClassName
{
background-color: #A71DDF;
}
.BgClassName
{
background-color: #A71DDF;
}
</style>
border-color css
<style>
span { border-color: #A71DDF; }
span { border-color: rgb(167,29,223); }
td.TdClassName
{
border-color: #A71DDF;
}
.TagClassName
{
border-color: #A71DDF;
}
</style>