Shades of Dark Orchid #A816BC
Tints of Dark Orchid #A816BC
RGB
CMYK
RGB Variations
Color information
#A816BC (or 0xA816BC) is known color: Dark Orchid. HEX triplet: A8, 16 and BC. RGB value is (168,22,188). Sum of RGB (Red+Green+Blue) = 168+22+188=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #A816BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816BC is #57E943. Grayscale: #545454. Windows color (decimal): -5761348 or 12326568. OLE color: 12326568.
HSL color Cylindrical-coordinate representation of color #A816BC: hue angle of 292.77º 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 #A816BC is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 22 | 188 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.26 |
| HSL | 292.77º | 0.79% | 0.41% | - |
| HSV(B) | 292.77º | 0.88% | 0.74% | - |
| XYZ | 25.51 | 12.53 | 48.65 | - |
| YUV | 84.58 | 186.37 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 188 | 0.11 | 0.88 | 0 | 0.26 | 292.77 | 0.79 | 0.41 |
| Hex | A8 | 16 | BC | B | 58 | 0 | 1A | 125 | 4F | 29 |
| Octal | 250 | 26 | 274 | 13 | 130 | 0 | 32 | 445 | 117 | 51 |
| Binary | 10101000 | 10110 | 10111100 | 1011 | 1011000 | 0 | 11010 | 100100101 | 1001111 | 101001 |
Color Harmonies of #A816BC
Complementary color
Monochromatic Colors of #A816BC
Black with #A816BC
Text Example
Text Example
White with #A816BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816BC; }
p { color: rgb(168,22,188); }
H1.HeaderClassName
{
color: #A816BC;
}
.AnyTagClassName
{
color: #A816BC;
}
</style>
background-color css
<style>
a { background-color: #A816BC; }
a { background-color: rgb(168,22,188); }
div.DivClassName
{
background-color: #A816BC;
}
.BgClassName
{
background-color: #A816BC;
}
</style>
border-color css
<style>
span { border-color: #A816BC; }
span { border-color: rgb(168,22,188); }
td.TdClassName
{
border-color: #A816BC;
}
.TagClassName
{
border-color: #A816BC;
}
</style>