Shades of Dark Orchid #A627BC
Tints of Dark Orchid #A627BC
RGB
CMYK
RGB Variations
Color information
#A627BC (or 0xA627BC) is known color: Dark Orchid. HEX triplet: A6, 27 and BC. RGB value is (166,39,188). Sum of RGB (Red+Green+Blue) = 166+39+188=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #A627BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A627BC is #59D843. Grayscale: #5D5D5D. Windows color (decimal): -5888068 or 12330918. OLE color: 12330918.
HSL color Cylindrical-coordinate representation of color #A627BC: hue angle of 291.14º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A627BC is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 39 | 188 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.26 |
| HSL | 291.14º | 0.66% | 0.45% | - |
| HSV(B) | 291.14º | 0.79% | 0.74% | - |
| XYZ | 25.53 | 13.19 | 48.78 | - |
| YUV | 93.96 | 181.08 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 39 | 188 | 0.12 | 0.79 | 0 | 0.26 | 291.14 | 0.66 | 0.45 |
| Hex | A6 | 27 | BC | C | 4F | 0 | 1A | 123 | 42 | 2D |
| Octal | 246 | 47 | 274 | 14 | 117 | 0 | 32 | 443 | 102 | 55 |
| Binary | 10100110 | 100111 | 10111100 | 1100 | 1001111 | 0 | 11010 | 100100011 | 1000010 | 101101 |
Color Harmonies of #A627BC
Complementary color
Monochromatic Colors of #A627BC
Black with #A627BC
Text Example
Text Example
White with #A627BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A627BC; }
p { color: rgb(166,39,188); }
H1.HeaderClassName
{
color: #A627BC;
}
.AnyTagClassName
{
color: #A627BC;
}
</style>
background-color css
<style>
a { background-color: #A627BC; }
a { background-color: rgb(166,39,188); }
div.DivClassName
{
background-color: #A627BC;
}
.BgClassName
{
background-color: #A627BC;
}
</style>
border-color css
<style>
span { border-color: #A627BC; }
span { border-color: rgb(166,39,188); }
td.TdClassName
{
border-color: #A627BC;
}
.TagClassName
{
border-color: #A627BC;
}
</style>