Shades of Dark Orchid #A616BD
Tints of Dark Orchid #A616BD
RGB
CMYK
RGB Variations
Color information
#A616BD (or 0xA616BD) is known color: Dark Orchid. HEX triplet: A6, 16 and BD. RGB value is (166,22,189). Sum of RGB (Red+Green+Blue) = 166+22+189=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #A616BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616BD is #59E942. Grayscale: #535353. Windows color (decimal): -5892419 or 12392102. OLE color: 12392102.
HSL color Cylindrical-coordinate representation of color #A616BD: hue angle of 291.74º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A616BD is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 22 | 189 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.26 |
| HSL | 291.74º | 0.79% | 0.41% | - |
| HSV(B) | 291.74º | 0.88% | 0.74% | - |
| XYZ | 25.2 | 12.35 | 49.2 | - |
| YUV | 84.09 | 187.21 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 189 | 0.12 | 0.88 | 0 | 0.26 | 291.74 | 0.79 | 0.41 |
| Hex | A6 | 16 | BD | C | 58 | 0 | 1A | 124 | 4F | 29 |
| Octal | 246 | 26 | 275 | 14 | 130 | 0 | 32 | 444 | 117 | 51 |
| Binary | 10100110 | 10110 | 10111101 | 1100 | 1011000 | 0 | 11010 | 100100100 | 1001111 | 101001 |
Color Harmonies of #A616BD
Complementary color
Monochromatic Colors of #A616BD
Black with #A616BD
Text Example
Text Example
White with #A616BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A616BD; }
p { color: rgb(166,22,189); }
H1.HeaderClassName
{
color: #A616BD;
}
.AnyTagClassName
{
color: #A616BD;
}
</style>
background-color css
<style>
a { background-color: #A616BD; }
a { background-color: rgb(166,22,189); }
div.DivClassName
{
background-color: #A616BD;
}
.BgClassName
{
background-color: #A616BD;
}
</style>
border-color css
<style>
span { border-color: #A616BD; }
span { border-color: rgb(166,22,189); }
td.TdClassName
{
border-color: #A616BD;
}
.TagClassName
{
border-color: #A616BD;
}
</style>