Shades of Dark Orchid #A62CBB
Tints of Dark Orchid #A62CBB
RGB
CMYK
RGB Variations
Color information
#A62CBB (or 0xA62CBB) is known color: Dark Orchid. HEX triplet: A6, 2C and BB. RGB value is (166,44,187). Sum of RGB (Red+Green+Blue) = 166+44+187=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #A62CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62CBB is #59D344. Grayscale: #606060. Windows color (decimal): -5886789 or 12266662. OLE color: 12266662.
HSL color Cylindrical-coordinate representation of color #A62CBB: hue angle of 291.19º degrees, saturation: 0.62, 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 #A62CBB is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 44 | 187 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.27 |
| HSL | 291.19º | 0.62% | 0.45% | - |
| HSV(B) | 291.19º | 0.76% | 0.73% | - |
| XYZ | 25.6 | 13.5 | 48.27 | - |
| YUV | 96.78 | 178.92 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 44 | 187 | 0.11 | 0.76 | 0 | 0.27 | 291.19 | 0.62 | 0.45 |
| Hex | A6 | 2C | BB | B | 4C | 0 | 1B | 123 | 3E | 2D |
| Octal | 246 | 54 | 273 | 13 | 114 | 0 | 33 | 443 | 76 | 55 |
| Binary | 10100110 | 101100 | 10111011 | 1011 | 1001100 | 0 | 11011 | 100100011 | 111110 | 101101 |
Color Harmonies of #A62CBB
Complementary color
Monochromatic Colors of #A62CBB
Black with #A62CBB
Text Example
Text Example
White with #A62CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62CBB; }
p { color: rgb(166,44,187); }
H1.HeaderClassName
{
color: #A62CBB;
}
.AnyTagClassName
{
color: #A62CBB;
}
</style>
background-color css
<style>
a { background-color: #A62CBB; }
a { background-color: rgb(166,44,187); }
div.DivClassName
{
background-color: #A62CBB;
}
.BgClassName
{
background-color: #A62CBB;
}
</style>
border-color css
<style>
span { border-color: #A62CBB; }
span { border-color: rgb(166,44,187); }
td.TdClassName
{
border-color: #A62CBB;
}
.TagClassName
{
border-color: #A62CBB;
}
</style>