Shades of Dark Orchid #A62FB9
Tints of Dark Orchid #A62FB9
RGB
CMYK
RGB Variations
Color information
#A62FB9 (or 0xA62FB9) is known color: Dark Orchid. HEX triplet: A6, 2F and B9. RGB value is (166,47,185). Sum of RGB (Red+Green+Blue) = 166+47+185=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 185 - color contains mainly: blue. Hex color #A62FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62FB9 is #59D046. Grayscale: #616161. Windows color (decimal): -5886023 or 12136358. OLE color: 12136358.
HSL color Cylindrical-coordinate representation of color #A62FB9: hue angle of 291.74º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62FB9 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 47 | 185 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.27 |
| HSL | 291.74º | 0.59% | 0.45% | - |
| HSV(B) | 291.74º | 0.75% | 0.73% | - |
| XYZ | 25.5 | 13.64 | 47.19 | - |
| YUV | 98.31 | 176.92 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 185 | 0.10 | 0.75 | 0 | 0.27 | 291.74 | 0.59 | 0.45 |
| Hex | A6 | 2F | B9 | A | 4B | 0 | 1B | 124 | 3B | 2D |
| Octal | 246 | 57 | 271 | 12 | 113 | 0 | 33 | 444 | 73 | 55 |
| Binary | 10100110 | 101111 | 10111001 | 1010 | 1001011 | 0 | 11011 | 100100100 | 111011 | 101101 |
Color Harmonies of #A62FB9
Complementary color
Monochromatic Colors of #A62FB9
Black with #A62FB9
Text Example
Text Example
White with #A62FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62FB9; }
p { color: rgb(166,47,185); }
H1.HeaderClassName
{
color: #A62FB9;
}
.AnyTagClassName
{
color: #A62FB9;
}
</style>
background-color css
<style>
a { background-color: #A62FB9; }
a { background-color: rgb(166,47,185); }
div.DivClassName
{
background-color: #A62FB9;
}
.BgClassName
{
background-color: #A62FB9;
}
</style>
border-color css
<style>
span { border-color: #A62FB9; }
span { border-color: rgb(166,47,185); }
td.TdClassName
{
border-color: #A62FB9;
}
.TagClassName
{
border-color: #A62FB9;
}
</style>