Shades of Dark Orchid #A62CBC
Tints of Dark Orchid #A62CBC
RGB
CMYK
RGB Variations
Color information
#A62CBC (or 0xA62CBC) is known color: Dark Orchid. HEX triplet: A6, 2C and BC. RGB value is (166,44,188). Sum of RGB (Red+Green+Blue) = 166+44+188=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #A62CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62CBC is #59D343. Grayscale: #606060. Windows color (decimal): -5886788 or 12332198. OLE color: 12332198.
HSL color Cylindrical-coordinate representation of color #A62CBC: hue angle of 290.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62CBC is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 44 | 188 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.26 |
| HSL | 290.83º | 0.62% | 0.45% | - |
| HSV(B) | 290.83º | 0.77% | 0.74% | - |
| XYZ | 25.7 | 13.54 | 48.84 | - |
| YUV | 96.89 | 179.42 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 44 | 188 | 0.12 | 0.77 | 0 | 0.26 | 290.83 | 0.62 | 0.45 |
| Hex | A6 | 2C | BC | C | 4D | 0 | 1A | 123 | 3E | 2D |
| Octal | 246 | 54 | 274 | 14 | 115 | 0 | 32 | 443 | 76 | 55 |
| Binary | 10100110 | 101100 | 10111100 | 1100 | 1001101 | 0 | 11010 | 100100011 | 111110 | 101101 |
Color Harmonies of #A62CBC
Complementary color
Monochromatic Colors of #A62CBC
Black with #A62CBC
Text Example
Text Example
White with #A62CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62CBC; }
p { color: rgb(166,44,188); }
H1.HeaderClassName
{
color: #A62CBC;
}
.AnyTagClassName
{
color: #A62CBC;
}
</style>
background-color css
<style>
a { background-color: #A62CBC; }
a { background-color: rgb(166,44,188); }
div.DivClassName
{
background-color: #A62CBC;
}
.BgClassName
{
background-color: #A62CBC;
}
</style>
border-color css
<style>
span { border-color: #A62CBC; }
span { border-color: rgb(166,44,188); }
td.TdClassName
{
border-color: #A62CBC;
}
.TagClassName
{
border-color: #A62CBC;
}
</style>