Shades of Dark Orchid #A219BD
Tints of Dark Orchid #A219BD
RGB
CMYK
RGB Variations
Color information
#A219BD (or 0xA219BD) is known color: Dark Orchid. HEX triplet: A2, 19 and BD. RGB value is (162,25,189). Sum of RGB (Red+Green+Blue) = 162+25+189=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #A219BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A219BD is #5DE642. Grayscale: #545454. Windows color (decimal): -6153795 or 12392866. OLE color: 12392866.
HSL color Cylindrical-coordinate representation of color #A219BD: hue angle of 290.12º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A219BD is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 25 | 189 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.26 |
| HSL | 290.12º | 0.77% | 0.42% | - |
| HSV(B) | 290.12º | 0.87% | 0.74% | - |
| XYZ | 24.43 | 12.05 | 49.18 | - |
| YUV | 84.66 | 186.89 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 189 | 0.14 | 0.87 | 0 | 0.26 | 290.12 | 0.77 | 0.42 |
| Hex | A2 | 19 | BD | E | 57 | 0 | 1A | 122 | 4D | 2A |
| Octal | 242 | 31 | 275 | 16 | 127 | 0 | 32 | 442 | 115 | 52 |
| Binary | 10100010 | 11001 | 10111101 | 1110 | 1010111 | 0 | 11010 | 100100010 | 1001101 | 101010 |
Color Harmonies of #A219BD
Complementary color
Monochromatic Colors of #A219BD
Black with #A219BD
Text Example
Text Example
White with #A219BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A219BD; }
p { color: rgb(162,25,189); }
H1.HeaderClassName
{
color: #A219BD;
}
.AnyTagClassName
{
color: #A219BD;
}
</style>
background-color css
<style>
a { background-color: #A219BD; }
a { background-color: rgb(162,25,189); }
div.DivClassName
{
background-color: #A219BD;
}
.BgClassName
{
background-color: #A219BD;
}
</style>
border-color css
<style>
span { border-color: #A219BD; }
span { border-color: rgb(162,25,189); }
td.TdClassName
{
border-color: #A219BD;
}
.TagClassName
{
border-color: #A219BD;
}
</style>