Shades of Dark Orchid #A819C6
Tints of Dark Orchid #A819C6
RGB
CMYK
RGB Variations
Color information
#A819C6 (or 0xA819C6) is known color: Dark Orchid. HEX triplet: A8, 19 and C6. RGB value is (168,25,198). Sum of RGB (Red+Green+Blue) = 168+25+198=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #A819C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819C6 is #57E639. Grayscale: #565656. Windows color (decimal): -5760570 or 12982696. OLE color: 12982696.
HSL color Cylindrical-coordinate representation of color #A819C6: hue angle of 289.6º 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 #A819C6 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 25 | 198 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.22 |
| HSL | 289.6º | 0.78% | 0.44% | - |
| HSV(B) | 289.6º | 0.87% | 0.78% | - |
| XYZ | 26.69 | 13.1 | 54.55 | - |
| YUV | 87.48 | 190.38 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 198 | 0.15 | 0.87 | 0 | 0.22 | 289.6 | 0.78 | 0.44 |
| Hex | A8 | 19 | C6 | F | 57 | 0 | 16 | 122 | 4E | 2C |
| Octal | 250 | 31 | 306 | 17 | 127 | 0 | 26 | 442 | 116 | 54 |
| Binary | 10101000 | 11001 | 11000110 | 1111 | 1010111 | 0 | 10110 | 100100010 | 1001110 | 101100 |
Color Harmonies of #A819C6
Complementary color
Monochromatic Colors of #A819C6
Black with #A819C6
Text Example
Text Example
White with #A819C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819C6; }
p { color: rgb(168,25,198); }
H1.HeaderClassName
{
color: #A819C6;
}
.AnyTagClassName
{
color: #A819C6;
}
</style>
background-color css
<style>
a { background-color: #A819C6; }
a { background-color: rgb(168,25,198); }
div.DivClassName
{
background-color: #A819C6;
}
.BgClassName
{
background-color: #A819C6;
}
</style>
border-color css
<style>
span { border-color: #A819C6; }
span { border-color: rgb(168,25,198); }
td.TdClassName
{
border-color: #A819C6;
}
.TagClassName
{
border-color: #A819C6;
}
</style>