Shades of Dark Orchid #A831B8
Tints of Dark Orchid #A831B8
RGB
CMYK
RGB Variations
Color information
#A831B8 (or 0xA831B8) is known color: Dark Orchid. HEX triplet: A8, 31 and B8. RGB value is (168,49,184). Sum of RGB (Red+Green+Blue) = 168+49+184=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 184 (72.27% from 255 or 45.89% from 401); Max value from RGB is 184 - color contains mainly: blue. Hex color #A831B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A831B8 is #57CE47. Grayscale: #636363. Windows color (decimal): -5754440 or 12071336. OLE color: 12071336.
HSL color Cylindrical-coordinate representation of color #A831B8: hue angle of 292.89º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A831B8 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 49 | 184 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.28 |
| HSL | 292.89º | 0.58% | 0.46% | - |
| HSV(B) | 292.89º | 0.73% | 0.72% | - |
| XYZ | 25.9 | 13.98 | 46.68 | - |
| YUV | 99.97 | 175.42 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 184 | 0.09 | 0.73 | 0 | 0.28 | 292.89 | 0.58 | 0.46 |
| Hex | A8 | 31 | B8 | 9 | 49 | 0 | 1C | 125 | 3A | 2E |
| Octal | 250 | 61 | 270 | 11 | 111 | 0 | 34 | 445 | 72 | 56 |
| Binary | 10101000 | 110001 | 10111000 | 1001 | 1001001 | 0 | 11100 | 100100101 | 111010 | 101110 |
Color Harmonies of #A831B8
Complementary color
Monochromatic Colors of #A831B8
Black with #A831B8
Text Example
Text Example
White with #A831B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A831B8; }
p { color: rgb(168,49,184); }
H1.HeaderClassName
{
color: #A831B8;
}
.AnyTagClassName
{
color: #A831B8;
}
</style>
background-color css
<style>
a { background-color: #A831B8; }
a { background-color: rgb(168,49,184); }
div.DivClassName
{
background-color: #A831B8;
}
.BgClassName
{
background-color: #A831B8;
}
</style>
border-color css
<style>
span { border-color: #A831B8; }
span { border-color: rgb(168,49,184); }
td.TdClassName
{
border-color: #A831B8;
}
.TagClassName
{
border-color: #A831B8;
}
</style>