Shades of Dark Orchid #A71CDD
Tints of Dark Orchid #A71CDD
RGB
CMYK
RGB Variations
Color information
#A71CDD (or 0xA71CDD) is known color: Dark Orchid. HEX triplet: A7, 1C and DD. RGB value is (167,28,221). Sum of RGB (Red+Green+Blue) = 167+28+221=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #A71CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71CDD is #58E322. Grayscale: #5A5A5A. Windows color (decimal): -5825315 or 14490791. OLE color: 14490791.
HSL color Cylindrical-coordinate representation of color #A71CDD: hue angle of 283.21º degrees, saturation: 0.78, 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 #A71CDD is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 28 | 221 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.13 |
| HSL | 283.21º | 0.78% | 0.49% | - |
| HSV(B) | 283.21º | 0.87% | 0.87% | - |
| XYZ | 29.4 | 14.27 | 69.61 | - |
| YUV | 91.56 | 201.05 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 221 | 0.24 | 0.87 | 0 | 0.13 | 283.21 | 0.78 | 0.49 |
| Hex | A7 | 1C | DD | 18 | 57 | 0 | D | 11B | 4E | 31 |
| Octal | 247 | 34 | 335 | 30 | 127 | 0 | 15 | 433 | 116 | 61 |
| Binary | 10100111 | 11100 | 11011101 | 11000 | 1010111 | 0 | 1101 | 100011011 | 1001110 | 110001 |
Color Harmonies of #A71CDD
Complementary color
Monochromatic Colors of #A71CDD
Black with #A71CDD
Text Example
Text Example
White with #A71CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71CDD; }
p { color: rgb(167,28,221); }
H1.HeaderClassName
{
color: #A71CDD;
}
.AnyTagClassName
{
color: #A71CDD;
}
</style>
background-color css
<style>
a { background-color: #A71CDD; }
a { background-color: rgb(167,28,221); }
div.DivClassName
{
background-color: #A71CDD;
}
.BgClassName
{
background-color: #A71CDD;
}
</style>
border-color css
<style>
span { border-color: #A71CDD; }
span { border-color: rgb(167,28,221); }
td.TdClassName
{
border-color: #A71CDD;
}
.TagClassName
{
border-color: #A71CDD;
}
</style>