Shades of Dark Orchid #A119D4
Tints of Dark Orchid #A119D4
RGB
CMYK
RGB Variations
Color information
#A119D4 (or 0xA119D4) is known color: Dark Orchid. HEX triplet: A1, 19 and D4. RGB value is (161,25,212). Sum of RGB (Red+Green+Blue) = 161+25+212=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 212 (83.20% from 255 or 53.27% from 398); Max value from RGB is 212 - color contains mainly: blue. Hex color #A119D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A119D4 is #5EE62B. Grayscale: #565656. Windows color (decimal): -6219308 or 13900193. OLE color: 13900193.
HSL color Cylindrical-coordinate representation of color #A119D4: hue angle of 283.64º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A119D4 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 25 | 212 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.17 |
| HSL | 283.64º | 0.79% | 0.46% | - |
| HSV(B) | 283.64º | 0.88% | 0.83% | - |
| XYZ | 26.93 | 13.03 | 63.38 | - |
| YUV | 86.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 212 | 0.24 | 0.88 | 0 | 0.17 | 283.64 | 0.79 | 0.46 |
| Hex | A1 | 19 | D4 | 18 | 58 | 0 | 11 | 11C | 4F | 2E |
| Octal | 241 | 31 | 324 | 30 | 130 | 0 | 21 | 434 | 117 | 56 |
| Binary | 10100001 | 11001 | 11010100 | 11000 | 1011000 | 0 | 10001 | 100011100 | 1001111 | 101110 |
Color Harmonies of #A119D4
Complementary color
Monochromatic Colors of #A119D4
Black with #A119D4
Text Example
Text Example
White with #A119D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A119D4; }
p { color: rgb(161,25,212); }
H1.HeaderClassName
{
color: #A119D4;
}
.AnyTagClassName
{
color: #A119D4;
}
</style>
background-color css
<style>
a { background-color: #A119D4; }
a { background-color: rgb(161,25,212); }
div.DivClassName
{
background-color: #A119D4;
}
.BgClassName
{
background-color: #A119D4;
}
</style>
border-color css
<style>
span { border-color: #A119D4; }
span { border-color: rgb(161,25,212); }
td.TdClassName
{
border-color: #A119D4;
}
.TagClassName
{
border-color: #A119D4;
}
</style>