Shades of Dark Orchid #A819C3
Tints of Dark Orchid #A819C3
RGB
CMYK
RGB Variations
Color information
#A819C3 (or 0xA819C3) is known color: Dark Orchid. HEX triplet: A8, 19 and C3. RGB value is (168,25,195). Sum of RGB (Red+Green+Blue) = 168+25+195=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #A819C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819C3 is #57E63C. Grayscale: #565656. Windows color (decimal): -5760573 or 12786088. OLE color: 12786088.
HSL color Cylindrical-coordinate representation of color #A819C3: hue angle of 290.47º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A819C3 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 25 | 195 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.24 |
| HSL | 290.47º | 0.77% | 0.43% | - |
| HSV(B) | 290.47º | 0.87% | 0.76% | - |
| XYZ | 26.35 | 12.96 | 52.74 | - |
| YUV | 87.14 | 188.88 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 195 | 0.14 | 0.87 | 0 | 0.24 | 290.47 | 0.77 | 0.43 |
| Hex | A8 | 19 | C3 | E | 57 | 0 | 18 | 122 | 4D | 2B |
| Octal | 250 | 31 | 303 | 16 | 127 | 0 | 30 | 442 | 115 | 53 |
| Binary | 10101000 | 11001 | 11000011 | 1110 | 1010111 | 0 | 11000 | 100100010 | 1001101 | 101011 |
Color Harmonies of #A819C3
Complementary color
Monochromatic Colors of #A819C3
Black with #A819C3
Text Example
Text Example
White with #A819C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819C3; }
p { color: rgb(168,25,195); }
H1.HeaderClassName
{
color: #A819C3;
}
.AnyTagClassName
{
color: #A819C3;
}
</style>
background-color css
<style>
a { background-color: #A819C3; }
a { background-color: rgb(168,25,195); }
div.DivClassName
{
background-color: #A819C3;
}
.BgClassName
{
background-color: #A819C3;
}
</style>
border-color css
<style>
span { border-color: #A819C3; }
span { border-color: rgb(168,25,195); }
td.TdClassName
{
border-color: #A819C3;
}
.TagClassName
{
border-color: #A819C3;
}
</style>