Shades of Dark Orchid #A830BD
Tints of Dark Orchid #A830BD
RGB
CMYK
RGB Variations
Color information
#A830BD (or 0xA830BD) is known color: Dark Orchid. HEX triplet: A8, 30 and BD. RGB value is (168,48,189). Sum of RGB (Red+Green+Blue) = 168+48+189=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #A830BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830BD is #57CF42. Grayscale: #636363. Windows color (decimal): -5754691 or 12398760. OLE color: 12398760.
HSL color Cylindrical-coordinate representation of color #A830BD: hue angle of 291.06º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A830BD is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 48 | 189 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.26 |
| HSL | 291.06º | 0.59% | 0.46% | - |
| HSV(B) | 291.06º | 0.75% | 0.74% | - |
| XYZ | 26.39 | 14.11 | 49.48 | - |
| YUV | 99.95 | 178.26 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 189 | 0.11 | 0.75 | 0 | 0.26 | 291.06 | 0.59 | 0.46 |
| Hex | A8 | 30 | BD | B | 4B | 0 | 1A | 123 | 3B | 2E |
| Octal | 250 | 60 | 275 | 13 | 113 | 0 | 32 | 443 | 73 | 56 |
| Binary | 10101000 | 110000 | 10111101 | 1011 | 1001011 | 0 | 11010 | 100100011 | 111011 | 101110 |
Color Harmonies of #A830BD
Complementary color
Monochromatic Colors of #A830BD
Black with #A830BD
Text Example
Text Example
White with #A830BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A830BD; }
p { color: rgb(168,48,189); }
H1.HeaderClassName
{
color: #A830BD;
}
.AnyTagClassName
{
color: #A830BD;
}
</style>
background-color css
<style>
a { background-color: #A830BD; }
a { background-color: rgb(168,48,189); }
div.DivClassName
{
background-color: #A830BD;
}
.BgClassName
{
background-color: #A830BD;
}
</style>
border-color css
<style>
span { border-color: #A830BD; }
span { border-color: rgb(168,48,189); }
td.TdClassName
{
border-color: #A830BD;
}
.TagClassName
{
border-color: #A830BD;
}
</style>