Shades of Dark Orchid #A719D0
Tints of Dark Orchid #A719D0
RGB
CMYK
RGB Variations
Color information
#A719D0 (or 0xA719D0) is known color: Dark Orchid. HEX triplet: A7, 19 and D0. RGB value is (167,25,208). Sum of RGB (Red+Green+Blue) = 167+25+208=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #A719D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A719D0 is #58E62F. Grayscale: #575757. Windows color (decimal): -5826096 or 13638055. OLE color: 13638055.
HSL color Cylindrical-coordinate representation of color #A719D0: hue angle of 286.56º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A719D0 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 25 | 208 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.18 |
| HSL | 286.56º | 0.79% | 0.46% | - |
| HSV(B) | 286.56º | 0.88% | 0.82% | - |
| XYZ | 27.67 | 13.46 | 60.82 | - |
| YUV | 88.32 | 195.54 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 208 | 0.20 | 0.88 | 0 | 0.18 | 286.56 | 0.79 | 0.46 |
| Hex | A7 | 19 | D0 | 14 | 58 | 0 | 12 | 11F | 4F | 2E |
| Octal | 247 | 31 | 320 | 24 | 130 | 0 | 22 | 437 | 117 | 56 |
| Binary | 10100111 | 11001 | 11010000 | 10100 | 1011000 | 0 | 10010 | 100011111 | 1001111 | 101110 |
Color Harmonies of #A719D0
Complementary color
Monochromatic Colors of #A719D0
Black with #A719D0
Text Example
Text Example
White with #A719D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A719D0; }
p { color: rgb(167,25,208); }
H1.HeaderClassName
{
color: #A719D0;
}
.AnyTagClassName
{
color: #A719D0;
}
</style>
background-color css
<style>
a { background-color: #A719D0; }
a { background-color: rgb(167,25,208); }
div.DivClassName
{
background-color: #A719D0;
}
.BgClassName
{
background-color: #A719D0;
}
</style>
border-color css
<style>
span { border-color: #A719D0; }
span { border-color: rgb(167,25,208); }
td.TdClassName
{
border-color: #A719D0;
}
.TagClassName
{
border-color: #A719D0;
}
</style>