Shades of Dark Orchid #A119B3
Tints of Dark Orchid #A119B3
RGB
CMYK
RGB Variations
Color information
#A119B3 (or 0xA119B3) is known color: Dark Orchid. HEX triplet: A1, 19 and B3. RGB value is (161,25,179). Sum of RGB (Red+Green+Blue) = 161+25+179=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #A119B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A119B3 is #5EE64C. Grayscale: #525252. Windows color (decimal): -6219341 or 11737505. OLE color: 11737505.
HSL color Cylindrical-coordinate representation of color #A119B3: hue angle of 292.99º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A119B3 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 25 | 179 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.30 |
| HSL | 292.99º | 0.75% | 0.4% | - |
| HSV(B) | 292.99º | 0.86% | 0.7% | - |
| XYZ | 23.18 | 11.53 | 43.65 | - |
| YUV | 83.22 | 182.06 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 179 | 0.10 | 0.86 | 0 | 0.30 | 292.99 | 0.75 | 0.4 |
| Hex | A1 | 19 | B3 | A | 56 | 0 | 1E | 125 | 4B | 28 |
| Octal | 241 | 31 | 263 | 12 | 126 | 0 | 36 | 445 | 113 | 50 |
| Binary | 10100001 | 11001 | 10110011 | 1010 | 1010110 | 0 | 11110 | 100100101 | 1001011 | 101000 |
Color Harmonies of #A119B3
Complementary color
Monochromatic Colors of #A119B3
Black with #A119B3
Text Example
Text Example
White with #A119B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A119B3; }
p { color: rgb(161,25,179); }
H1.HeaderClassName
{
color: #A119B3;
}
.AnyTagClassName
{
color: #A119B3;
}
</style>
background-color css
<style>
a { background-color: #A119B3; }
a { background-color: rgb(161,25,179); }
div.DivClassName
{
background-color: #A119B3;
}
.BgClassName
{
background-color: #A119B3;
}
</style>
border-color css
<style>
span { border-color: #A119B3; }
span { border-color: rgb(161,25,179); }
td.TdClassName
{
border-color: #A119B3;
}
.TagClassName
{
border-color: #A119B3;
}
</style>