Shades of Dark Orchid #A319B9
Tints of Dark Orchid #A319B9
RGB
CMYK
RGB Variations
Color information
#A319B9 (or 0xA319B9) is known color: Dark Orchid. HEX triplet: A3, 19 and B9. RGB value is (163,25,185). Sum of RGB (Red+Green+Blue) = 163+25+185=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 185 (72.66% from 255 or 49.60% from 373); Max value from RGB is 185 - color contains mainly: blue. Hex color #A319B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319B9 is #5CE646. Grayscale: #545454. Windows color (decimal): -6088263 or 12130723. OLE color: 12130723.
HSL color Cylindrical-coordinate representation of color #A319B9: hue angle of 291.75º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A319B9 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 25 | 185 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.27 |
| HSL | 291.75º | 0.76% | 0.41% | - |
| HSV(B) | 291.75º | 0.86% | 0.73% | - |
| XYZ | 24.21 | 11.98 | 46.94 | - |
| YUV | 84.5 | 184.72 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 185 | 0.12 | 0.86 | 0 | 0.27 | 291.75 | 0.76 | 0.41 |
| Hex | A3 | 19 | B9 | C | 56 | 0 | 1B | 124 | 4C | 29 |
| Octal | 243 | 31 | 271 | 14 | 126 | 0 | 33 | 444 | 114 | 51 |
| Binary | 10100011 | 11001 | 10111001 | 1100 | 1010110 | 0 | 11011 | 100100100 | 1001100 | 101001 |
Color Harmonies of #A319B9
Complementary color
Monochromatic Colors of #A319B9
Black with #A319B9
Text Example
Text Example
White with #A319B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A319B9; }
p { color: rgb(163,25,185); }
H1.HeaderClassName
{
color: #A319B9;
}
.AnyTagClassName
{
color: #A319B9;
}
</style>
background-color css
<style>
a { background-color: #A319B9; }
a { background-color: rgb(163,25,185); }
div.DivClassName
{
background-color: #A319B9;
}
.BgClassName
{
background-color: #A319B9;
}
</style>
border-color css
<style>
span { border-color: #A319B9; }
span { border-color: rgb(163,25,185); }
td.TdClassName
{
border-color: #A319B9;
}
.TagClassName
{
border-color: #A319B9;
}
</style>