Shades of Dark Orchid #A62DBB
Tints of Dark Orchid #A62DBB
RGB
CMYK
RGB Variations
Color information
#A62DBB (or 0xA62DBB) is known color: Dark Orchid. HEX triplet: A6, 2D and BB. RGB value is (166,45,187). Sum of RGB (Red+Green+Blue) = 166+45+187=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #A62DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62DBB is #59D244. Grayscale: #606060. Windows color (decimal): -5886533 or 12266918. OLE color: 12266918.
HSL color Cylindrical-coordinate representation of color #A62DBB: hue angle of 291.13º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62DBB is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 45 | 187 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.27 |
| HSL | 291.13º | 0.61% | 0.45% | - |
| HSV(B) | 291.13º | 0.76% | 0.73% | - |
| XYZ | 25.63 | 13.57 | 48.28 | - |
| YUV | 97.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 187 | 0.11 | 0.76 | 0 | 0.27 | 291.13 | 0.61 | 0.45 |
| Hex | A6 | 2D | BB | B | 4C | 0 | 1B | 123 | 3D | 2D |
| Octal | 246 | 55 | 273 | 13 | 114 | 0 | 33 | 443 | 75 | 55 |
| Binary | 10100110 | 101101 | 10111011 | 1011 | 1001100 | 0 | 11011 | 100100011 | 111101 | 101101 |
Color Harmonies of #A62DBB
Complementary color
Monochromatic Colors of #A62DBB
Black with #A62DBB
Text Example
Text Example
White with #A62DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62DBB; }
p { color: rgb(166,45,187); }
H1.HeaderClassName
{
color: #A62DBB;
}
.AnyTagClassName
{
color: #A62DBB;
}
</style>
background-color css
<style>
a { background-color: #A62DBB; }
a { background-color: rgb(166,45,187); }
div.DivClassName
{
background-color: #A62DBB;
}
.BgClassName
{
background-color: #A62DBB;
}
</style>
border-color css
<style>
span { border-color: #A62DBB; }
span { border-color: rgb(166,45,187); }
td.TdClassName
{
border-color: #A62DBB;
}
.TagClassName
{
border-color: #A62DBB;
}
</style>