Shades of Dark Orchid #A419BA
Tints of Dark Orchid #A419BA
RGB
CMYK
RGB Variations
Color information
#A419BA (or 0xA419BA) is known color: Dark Orchid. HEX triplet: A4, 19 and BA. RGB value is (164,25,186). Sum of RGB (Red+Green+Blue) = 164+25+186=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #A419BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A419BA is #5BE645. Grayscale: #545454. Windows color (decimal): -6022726 or 12196260. OLE color: 12196260.
HSL color Cylindrical-coordinate representation of color #A419BA: hue angle of 291.8º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A419BA is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 25 | 186 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.27 |
| HSL | 291.8º | 0.76% | 0.41% | - |
| HSV(B) | 291.8º | 0.87% | 0.73% | - |
| XYZ | 24.52 | 12.13 | 47.5 | - |
| YUV | 84.92 | 185.05 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 25 | 186 | 0.12 | 0.87 | 0 | 0.27 | 291.8 | 0.76 | 0.41 |
| Hex | A4 | 19 | BA | C | 57 | 0 | 1B | 124 | 4C | 29 |
| Octal | 244 | 31 | 272 | 14 | 127 | 0 | 33 | 444 | 114 | 51 |
| Binary | 10100100 | 11001 | 10111010 | 1100 | 1010111 | 0 | 11011 | 100100100 | 1001100 | 101001 |
Color Harmonies of #A419BA
Complementary color
Monochromatic Colors of #A419BA
Black with #A419BA
Text Example
Text Example
White with #A419BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A419BA; }
p { color: rgb(164,25,186); }
H1.HeaderClassName
{
color: #A419BA;
}
.AnyTagClassName
{
color: #A419BA;
}
</style>
background-color css
<style>
a { background-color: #A419BA; }
a { background-color: rgb(164,25,186); }
div.DivClassName
{
background-color: #A419BA;
}
.BgClassName
{
background-color: #A419BA;
}
</style>
border-color css
<style>
span { border-color: #A419BA; }
span { border-color: rgb(164,25,186); }
td.TdClassName
{
border-color: #A419BA;
}
.TagClassName
{
border-color: #A419BA;
}
</style>