Shades of Dark Orchid #A62BB6
Tints of Dark Orchid #A62BB6
RGB
CMYK
RGB Variations
Color information
#A62BB6 (or 0xA62BB6) is known color: Dark Orchid. HEX triplet: A6, 2B and B6. RGB value is (166,43,182). Sum of RGB (Red+Green+Blue) = 166+43+182=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #A62BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62BB6 is #59D449. Grayscale: #5F5F5F. Windows color (decimal): -5887050 or 11938726. OLE color: 11938726.
HSL color Cylindrical-coordinate representation of color #A62BB6: hue angle of 293.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62BB6 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 43 | 182 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.29 |
| HSL | 293.09º | 0.62% | 0.44% | - |
| HSV(B) | 293.09º | 0.76% | 0.71% | - |
| XYZ | 25.03 | 13.21 | 45.49 | - |
| YUV | 95.62 | 176.75 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 182 | 0.09 | 0.76 | 0 | 0.29 | 293.09 | 0.62 | 0.44 |
| Hex | A6 | 2B | B6 | 9 | 4C | 0 | 1D | 125 | 3E | 2C |
| Octal | 246 | 53 | 266 | 11 | 114 | 0 | 35 | 445 | 76 | 54 |
| Binary | 10100110 | 101011 | 10110110 | 1001 | 1001100 | 0 | 11101 | 100100101 | 111110 | 101100 |
Color Harmonies of #A62BB6
Complementary color
Monochromatic Colors of #A62BB6
Black with #A62BB6
Text Example
Text Example
White with #A62BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62BB6; }
p { color: rgb(166,43,182); }
H1.HeaderClassName
{
color: #A62BB6;
}
.AnyTagClassName
{
color: #A62BB6;
}
</style>
background-color css
<style>
a { background-color: #A62BB6; }
a { background-color: rgb(166,43,182); }
div.DivClassName
{
background-color: #A62BB6;
}
.BgClassName
{
background-color: #A62BB6;
}
</style>
border-color css
<style>
span { border-color: #A62BB6; }
span { border-color: rgb(166,43,182); }
td.TdClassName
{
border-color: #A62BB6;
}
.TagClassName
{
border-color: #A62BB6;
}
</style>