Shades of Dark Orchid #A819C7
Tints of Dark Orchid #A819C7
RGB
CMYK
RGB Variations
Color information
#A819C7 (or 0xA819C7) is known color: Dark Orchid. HEX triplet: A8, 19 and C7. RGB value is (168,25,199). Sum of RGB (Red+Green+Blue) = 168+25+199=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #A819C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819C7 is #57E638. Grayscale: #575757. Windows color (decimal): -5760569 or 13048232. OLE color: 13048232.
HSL color Cylindrical-coordinate representation of color #A819C7: hue angle of 289.31º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A819C7 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 25 | 199 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.22 |
| HSL | 289.31º | 0.78% | 0.44% | - |
| HSV(B) | 289.31º | 0.87% | 0.78% | - |
| XYZ | 26.8 | 13.14 | 55.16 | - |
| YUV | 87.59 | 190.88 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 199 | 0.16 | 0.87 | 0 | 0.22 | 289.31 | 0.78 | 0.44 |
| Hex | A8 | 19 | C7 | 10 | 57 | 0 | 16 | 121 | 4E | 2C |
| Octal | 250 | 31 | 307 | 20 | 127 | 0 | 26 | 441 | 116 | 54 |
| Binary | 10101000 | 11001 | 11000111 | 10000 | 1010111 | 0 | 10110 | 100100001 | 1001110 | 101100 |
Color Harmonies of #A819C7
Complementary color
Monochromatic Colors of #A819C7
Black with #A819C7
Text Example
Text Example
White with #A819C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819C7; }
p { color: rgb(168,25,199); }
H1.HeaderClassName
{
color: #A819C7;
}
.AnyTagClassName
{
color: #A819C7;
}
</style>
background-color css
<style>
a { background-color: #A819C7; }
a { background-color: rgb(168,25,199); }
div.DivClassName
{
background-color: #A819C7;
}
.BgClassName
{
background-color: #A819C7;
}
</style>
border-color css
<style>
span { border-color: #A819C7; }
span { border-color: rgb(168,25,199); }
td.TdClassName
{
border-color: #A819C7;
}
.TagClassName
{
border-color: #A819C7;
}
</style>