Shades of Dark Orchid #A717BD
Tints of Dark Orchid #A717BD
RGB
CMYK
RGB Variations
Color information
#A717BD (or 0xA717BD) is known color: Dark Orchid. HEX triplet: A7, 17 and BD. RGB value is (167,23,189). Sum of RGB (Red+Green+Blue) = 167+23+189=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #A717BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A717BD is #58E842. Grayscale: #545454. Windows color (decimal): -5826627 or 12392359. OLE color: 12392359.
HSL color Cylindrical-coordinate representation of color #A717BD: hue angle of 292.05º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A717BD is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 23 | 189 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.26 |
| HSL | 292.05º | 0.78% | 0.42% | - |
| HSV(B) | 292.05º | 0.88% | 0.74% | - |
| XYZ | 25.43 | 12.5 | 49.22 | - |
| YUV | 84.98 | 186.71 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 23 | 189 | 0.12 | 0.88 | 0 | 0.26 | 292.05 | 0.78 | 0.42 |
| Hex | A7 | 17 | BD | C | 58 | 0 | 1A | 124 | 4E | 2A |
| Octal | 247 | 27 | 275 | 14 | 130 | 0 | 32 | 444 | 116 | 52 |
| Binary | 10100111 | 10111 | 10111101 | 1100 | 1011000 | 0 | 11010 | 100100100 | 1001110 | 101010 |
Color Harmonies of #A717BD
Complementary color
Monochromatic Colors of #A717BD
Black with #A717BD
Text Example
Text Example
White with #A717BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A717BD; }
p { color: rgb(167,23,189); }
H1.HeaderClassName
{
color: #A717BD;
}
.AnyTagClassName
{
color: #A717BD;
}
</style>
background-color css
<style>
a { background-color: #A717BD; }
a { background-color: rgb(167,23,189); }
div.DivClassName
{
background-color: #A717BD;
}
.BgClassName
{
background-color: #A717BD;
}
</style>
border-color css
<style>
span { border-color: #A717BD; }
span { border-color: rgb(167,23,189); }
td.TdClassName
{
border-color: #A717BD;
}
.TagClassName
{
border-color: #A717BD;
}
</style>