Shades of Dark Orchid #A830BA
Tints of Dark Orchid #A830BA
RGB
CMYK
RGB Variations
Color information
#A830BA (or 0xA830BA) is known color: Dark Orchid. HEX triplet: A8, 30 and BA. RGB value is (168,48,186). Sum of RGB (Red+Green+Blue) = 168+48+186=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #A830BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830BA is #57CF45. Grayscale: #636363. Windows color (decimal): -5754694 or 12202152. OLE color: 12202152.
HSL color Cylindrical-coordinate representation of color #A830BA: hue angle of 292.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A830BA is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 48 | 186 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.27 |
| HSL | 292.17º | 0.59% | 0.46% | - |
| HSV(B) | 292.17º | 0.74% | 0.73% | - |
| XYZ | 26.07 | 13.98 | 47.78 | - |
| YUV | 99.61 | 176.76 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 186 | 0.10 | 0.74 | 0 | 0.27 | 292.17 | 0.59 | 0.46 |
| Hex | A8 | 30 | BA | A | 4A | 0 | 1B | 124 | 3B | 2E |
| Octal | 250 | 60 | 272 | 12 | 112 | 0 | 33 | 444 | 73 | 56 |
| Binary | 10101000 | 110000 | 10111010 | 1010 | 1001010 | 0 | 11011 | 100100100 | 111011 | 101110 |
Color Harmonies of #A830BA
Complementary color
Monochromatic Colors of #A830BA
Black with #A830BA
Text Example
Text Example
White with #A830BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A830BA; }
p { color: rgb(168,48,186); }
H1.HeaderClassName
{
color: #A830BA;
}
.AnyTagClassName
{
color: #A830BA;
}
</style>
background-color css
<style>
a { background-color: #A830BA; }
a { background-color: rgb(168,48,186); }
div.DivClassName
{
background-color: #A830BA;
}
.BgClassName
{
background-color: #A830BA;
}
</style>
border-color css
<style>
span { border-color: #A830BA; }
span { border-color: rgb(168,48,186); }
td.TdClassName
{
border-color: #A830BA;
}
.TagClassName
{
border-color: #A830BA;
}
</style>