Shades of Dark Orchid #A624BA
Tints of Dark Orchid #A624BA
RGB
CMYK
RGB Variations
Color information
#A624BA (or 0xA624BA) is known color: Dark Orchid. HEX triplet: A6, 24 and BA. RGB value is (166,36,186). Sum of RGB (Red+Green+Blue) = 166+36+186=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #A624BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A624BA is #59DB45. Grayscale: #5B5B5B. Windows color (decimal): -5888838 or 12199078. OLE color: 12199078.
HSL color Cylindrical-coordinate representation of color #A624BA: hue angle of 292º 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 #A624BA is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 36 | 186 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.27 |
| HSL | 292º | 0.68% | 0.44% | - |
| HSV(B) | 292º | 0.81% | 0.73% | - |
| XYZ | 25.22 | 12.91 | 47.62 | - |
| YUV | 91.97 | 181.07 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 186 | 0.11 | 0.81 | 0 | 0.27 | 292 | 0.68 | 0.44 |
| Hex | A6 | 24 | BA | B | 51 | 0 | 1B | 124 | 44 | 2C |
| Octal | 246 | 44 | 272 | 13 | 121 | 0 | 33 | 444 | 104 | 54 |
| Binary | 10100110 | 100100 | 10111010 | 1011 | 1010001 | 0 | 11011 | 100100100 | 1000100 | 101100 |
Color Harmonies of #A624BA
Complementary color
Monochromatic Colors of #A624BA
Black with #A624BA
Text Example
Text Example
White with #A624BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A624BA; }
p { color: rgb(166,36,186); }
H1.HeaderClassName
{
color: #A624BA;
}
.AnyTagClassName
{
color: #A624BA;
}
</style>
background-color css
<style>
a { background-color: #A624BA; }
a { background-color: rgb(166,36,186); }
div.DivClassName
{
background-color: #A624BA;
}
.BgClassName
{
background-color: #A624BA;
}
</style>
border-color css
<style>
span { border-color: #A624BA; }
span { border-color: rgb(166,36,186); }
td.TdClassName
{
border-color: #A624BA;
}
.TagClassName
{
border-color: #A624BA;
}
</style>