Shades of Dark Orchid #A424BA
Tints of Dark Orchid #A424BA
RGB
CMYK
RGB Variations
Color information
#A424BA (or 0xA424BA) is known color: Dark Orchid. HEX triplet: A4, 24 and BA. RGB value is (164,36,186). Sum of RGB (Red+Green+Blue) = 164+36+186=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #A424BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A424BA is #5BDB45. Grayscale: #5A5A5A. Windows color (decimal): -6019910 or 12199076. OLE color: 12199076.
HSL color Cylindrical-coordinate representation of color #A424BA: hue angle of 291.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A424BA is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 36 | 186 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.27 |
| HSL | 291.2º | 0.68% | 0.44% | - |
| HSV(B) | 291.2º | 0.81% | 0.73% | - |
| XYZ | 24.8 | 12.7 | 47.6 | - |
| YUV | 91.37 | 181.41 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 186 | 0.12 | 0.81 | 0 | 0.27 | 291.2 | 0.68 | 0.44 |
| Hex | A4 | 24 | BA | C | 51 | 0 | 1B | 123 | 44 | 2C |
| Octal | 244 | 44 | 272 | 14 | 121 | 0 | 33 | 443 | 104 | 54 |
| Binary | 10100100 | 100100 | 10111010 | 1100 | 1010001 | 0 | 11011 | 100100011 | 1000100 | 101100 |
Color Harmonies of #A424BA
Complementary color
Monochromatic Colors of #A424BA
Black with #A424BA
Text Example
Text Example
White with #A424BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A424BA; }
p { color: rgb(164,36,186); }
H1.HeaderClassName
{
color: #A424BA;
}
.AnyTagClassName
{
color: #A424BA;
}
</style>
background-color css
<style>
a { background-color: #A424BA; }
a { background-color: rgb(164,36,186); }
div.DivClassName
{
background-color: #A424BA;
}
.BgClassName
{
background-color: #A424BA;
}
</style>
border-color css
<style>
span { border-color: #A424BA; }
span { border-color: rgb(164,36,186); }
td.TdClassName
{
border-color: #A424BA;
}
.TagClassName
{
border-color: #A424BA;
}
</style>