Shades of Dark Orchid #A816BD
Tints of Dark Orchid #A816BD
RGB
CMYK
RGB Variations
Color information
#A816BD (or 0xA816BD) is known color: Dark Orchid. HEX triplet: A8, 16 and BD. RGB value is (168,22,189). Sum of RGB (Red+Green+Blue) = 168+22+189=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #A816BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816BD is #57E942. Grayscale: #545454. Windows color (decimal): -5761347 or 12392104. OLE color: 12392104.
HSL color Cylindrical-coordinate representation of color #A816BD: hue angle of 292.46º 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 #A816BD is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 22 | 189 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.26 |
| HSL | 292.46º | 0.79% | 0.41% | - |
| HSV(B) | 292.46º | 0.88% | 0.74% | - |
| XYZ | 25.62 | 12.57 | 49.22 | - |
| YUV | 84.69 | 186.87 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 189 | 0.11 | 0.88 | 0 | 0.26 | 292.46 | 0.79 | 0.41 |
| Hex | A8 | 16 | BD | B | 58 | 0 | 1A | 124 | 4F | 29 |
| Octal | 250 | 26 | 275 | 13 | 130 | 0 | 32 | 444 | 117 | 51 |
| Binary | 10101000 | 10110 | 10111101 | 1011 | 1011000 | 0 | 11010 | 100100100 | 1001111 | 101001 |
Color Harmonies of #A816BD
Complementary color
Monochromatic Colors of #A816BD
Black with #A816BD
Text Example
Text Example
White with #A816BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816BD; }
p { color: rgb(168,22,189); }
H1.HeaderClassName
{
color: #A816BD;
}
.AnyTagClassName
{
color: #A816BD;
}
</style>
background-color css
<style>
a { background-color: #A816BD; }
a { background-color: rgb(168,22,189); }
div.DivClassName
{
background-color: #A816BD;
}
.BgClassName
{
background-color: #A816BD;
}
</style>
border-color css
<style>
span { border-color: #A816BD; }
span { border-color: rgb(168,22,189); }
td.TdClassName
{
border-color: #A816BD;
}
.TagClassName
{
border-color: #A816BD;
}
</style>