Shades of Dark Orchid #A627BA
Tints of Dark Orchid #A627BA
RGB
CMYK
RGB Variations
Color information
#A627BA (or 0xA627BA) is known color: Dark Orchid. HEX triplet: A6, 27 and BA. RGB value is (166,39,186). Sum of RGB (Red+Green+Blue) = 166+39+186=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #A627BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A627BA is #59D845. Grayscale: #5D5D5D. Windows color (decimal): -5888070 or 12199846. OLE color: 12199846.
HSL color Cylindrical-coordinate representation of color #A627BA: hue angle of 291.84º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A627BA is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 39 | 186 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.27 |
| HSL | 291.84º | 0.65% | 0.44% | - |
| HSV(B) | 291.84º | 0.79% | 0.73% | - |
| XYZ | 25.31 | 13.1 | 47.65 | - |
| YUV | 93.73 | 180.08 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 39 | 186 | 0.11 | 0.79 | 0 | 0.27 | 291.84 | 0.65 | 0.44 |
| Hex | A6 | 27 | BA | B | 4F | 0 | 1B | 124 | 41 | 2C |
| Octal | 246 | 47 | 272 | 13 | 117 | 0 | 33 | 444 | 101 | 54 |
| Binary | 10100110 | 100111 | 10111010 | 1011 | 1001111 | 0 | 11011 | 100100100 | 1000001 | 101100 |
Color Harmonies of #A627BA
Complementary color
Monochromatic Colors of #A627BA
Black with #A627BA
Text Example
Text Example
White with #A627BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A627BA; }
p { color: rgb(166,39,186); }
H1.HeaderClassName
{
color: #A627BA;
}
.AnyTagClassName
{
color: #A627BA;
}
</style>
background-color css
<style>
a { background-color: #A627BA; }
a { background-color: rgb(166,39,186); }
div.DivClassName
{
background-color: #A627BA;
}
.BgClassName
{
background-color: #A627BA;
}
</style>
border-color css
<style>
span { border-color: #A627BA; }
span { border-color: rgb(166,39,186); }
td.TdClassName
{
border-color: #A627BA;
}
.TagClassName
{
border-color: #A627BA;
}
</style>