Shades of Dark Orchid #A919B9
Tints of Dark Orchid #A919B9
RGB
CMYK
RGB Variations
Color information
#A919B9 (or 0xA919B9) is known color: Dark Orchid. HEX triplet: A9, 19 and B9. RGB value is (169,25,185). Sum of RGB (Red+Green+Blue) = 169+25+185=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #A919B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A919B9 is #56E646. Grayscale: #555555. Windows color (decimal): -5695047 or 12130729. OLE color: 12130729.
HSL color Cylindrical-coordinate representation of color #A919B9: hue angle of 294º 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 #A919B9 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 25 | 185 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.27 |
| HSL | 294º | 0.76% | 0.41% | - |
| HSV(B) | 294º | 0.86% | 0.73% | - |
| XYZ | 25.47 | 12.63 | 47 | - |
| YUV | 86.3 | 183.71 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 185 | 0.09 | 0.86 | 0 | 0.27 | 294 | 0.76 | 0.41 |
| Hex | A9 | 19 | B9 | 9 | 56 | 0 | 1B | 126 | 4C | 29 |
| Octal | 251 | 31 | 271 | 11 | 126 | 0 | 33 | 446 | 114 | 51 |
| Binary | 10101001 | 11001 | 10111001 | 1001 | 1010110 | 0 | 11011 | 100100110 | 1001100 | 101001 |
Color Harmonies of #A919B9
Complementary color
Monochromatic Colors of #A919B9
Black with #A919B9
Text Example
Text Example
White with #A919B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A919B9; }
p { color: rgb(169,25,185); }
H1.HeaderClassName
{
color: #A919B9;
}
.AnyTagClassName
{
color: #A919B9;
}
</style>
background-color css
<style>
a { background-color: #A919B9; }
a { background-color: rgb(169,25,185); }
div.DivClassName
{
background-color: #A919B9;
}
.BgClassName
{
background-color: #A919B9;
}
</style>
border-color css
<style>
span { border-color: #A919B9; }
span { border-color: rgb(169,25,185); }
td.TdClassName
{
border-color: #A919B9;
}
.TagClassName
{
border-color: #A919B9;
}
</style>