Shades of Dark Orchid #A830CE
Tints of Dark Orchid #A830CE
RGB
CMYK
RGB Variations
Color information
#A830CE (or 0xA830CE) is known color: Dark Orchid. HEX triplet: A8, 30 and CE. RGB value is (168,48,206). Sum of RGB (Red+Green+Blue) = 168+48+206=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #A830CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830CE is #57CF31. Grayscale: #656565. Windows color (decimal): -5754674 or 13512872. OLE color: 13512872.
HSL color Cylindrical-coordinate representation of color #A830CE: hue angle of 285.57º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A830CE is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 48 | 206 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.19 |
| HSL | 285.57º | 0.62% | 0.5% | - |
| HSV(B) | 285.57º | 0.77% | 0.81% | - |
| XYZ | 28.35 | 14.89 | 59.77 | - |
| YUV | 101.89 | 186.76 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 206 | 0.18 | 0.77 | 0 | 0.19 | 285.57 | 0.62 | 0.5 |
| Hex | A8 | 30 | CE | 12 | 4D | 0 | 13 | 11E | 3E | 32 |
| Octal | 250 | 60 | 316 | 22 | 115 | 0 | 23 | 436 | 76 | 62 |
| Binary | 10101000 | 110000 | 11001110 | 10010 | 1001101 | 0 | 10011 | 100011110 | 111110 | 110010 |
Color Harmonies of #A830CE
Complementary color
Monochromatic Colors of #A830CE
Black with #A830CE
Text Example
Text Example
White with #A830CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A830CE; }
p { color: rgb(168,48,206); }
H1.HeaderClassName
{
color: #A830CE;
}
.AnyTagClassName
{
color: #A830CE;
}
</style>
background-color css
<style>
a { background-color: #A830CE; }
a { background-color: rgb(168,48,206); }
div.DivClassName
{
background-color: #A830CE;
}
.BgClassName
{
background-color: #A830CE;
}
</style>
border-color css
<style>
span { border-color: #A830CE; }
span { border-color: rgb(168,48,206); }
td.TdClassName
{
border-color: #A830CE;
}
.TagClassName
{
border-color: #A830CE;
}
</style>