Shades of Dark Orchid #A819BB
Tints of Dark Orchid #A819BB
RGB
CMYK
RGB Variations
Color information
#A819BB (or 0xA819BB) is known color: Dark Orchid. HEX triplet: A8, 19 and BB. RGB value is (168,25,187). Sum of RGB (Red+Green+Blue) = 168+25+187=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #A819BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819BB is #57E644. Grayscale: #555555. Windows color (decimal): -5760581 or 12261800. OLE color: 12261800.
HSL color Cylindrical-coordinate representation of color #A819BB: hue angle of 292.96º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A819BB is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 25 | 187 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.27 |
| HSL | 292.96º | 0.76% | 0.42% | - |
| HSV(B) | 292.96º | 0.87% | 0.73% | - |
| XYZ | 25.47 | 12.61 | 48.11 | - |
| YUV | 86.23 | 184.88 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 187 | 0.10 | 0.87 | 0 | 0.27 | 292.96 | 0.76 | 0.42 |
| Hex | A8 | 19 | BB | A | 57 | 0 | 1B | 125 | 4C | 2A |
| Octal | 250 | 31 | 273 | 12 | 127 | 0 | 33 | 445 | 114 | 52 |
| Binary | 10101000 | 11001 | 10111011 | 1010 | 1010111 | 0 | 11011 | 100100101 | 1001100 | 101010 |
Color Harmonies of #A819BB
Complementary color
Monochromatic Colors of #A819BB
Black with #A819BB
Text Example
Text Example
White with #A819BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819BB; }
p { color: rgb(168,25,187); }
H1.HeaderClassName
{
color: #A819BB;
}
.AnyTagClassName
{
color: #A819BB;
}
</style>
background-color css
<style>
a { background-color: #A819BB; }
a { background-color: rgb(168,25,187); }
div.DivClassName
{
background-color: #A819BB;
}
.BgClassName
{
background-color: #A819BB;
}
</style>
border-color css
<style>
span { border-color: #A819BB; }
span { border-color: rgb(168,25,187); }
td.TdClassName
{
border-color: #A819BB;
}
.TagClassName
{
border-color: #A819BB;
}
</style>