Shades of Dark Orchid #A830DA
Tints of Dark Orchid #A830DA
RGB
CMYK
RGB Variations
Color information
#A830DA (or 0xA830DA) is known color: Dark Orchid. HEX triplet: A8, 30 and DA. RGB value is (168,48,218). Sum of RGB (Red+Green+Blue) = 168+48+218=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #A830DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830DA is #57CF25. Grayscale: #666666. Windows color (decimal): -5754662 or 14299304. OLE color: 14299304.
HSL color Cylindrical-coordinate representation of color #A830DA: hue angle of 282.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A830DA is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 48 | 218 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.15 |
| HSL | 282.35º | 0.7% | 0.52% | - |
| HSV(B) | 282.35º | 0.78% | 0.85% | - |
| XYZ | 29.86 | 15.5 | 67.75 | - |
| YUV | 103.26 | 192.76 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 218 | 0.23 | 0.78 | 0 | 0.15 | 282.35 | 0.7 | 0.52 |
| Hex | A8 | 30 | DA | 17 | 4E | 0 | F | 11A | 46 | 34 |
| Octal | 250 | 60 | 332 | 27 | 116 | 0 | 17 | 432 | 106 | 64 |
| Binary | 10101000 | 110000 | 11011010 | 10111 | 1001110 | 0 | 1111 | 100011010 | 1000110 | 110100 |
Color Harmonies of #A830DA
Complementary color
Monochromatic Colors of #A830DA
Black with #A830DA
Text Example
Text Example
White with #A830DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A830DA; }
p { color: rgb(168,48,218); }
H1.HeaderClassName
{
color: #A830DA;
}
.AnyTagClassName
{
color: #A830DA;
}
</style>
background-color css
<style>
a { background-color: #A830DA; }
a { background-color: rgb(168,48,218); }
div.DivClassName
{
background-color: #A830DA;
}
.BgClassName
{
background-color: #A830DA;
}
</style>
border-color css
<style>
span { border-color: #A830DA; }
span { border-color: rgb(168,48,218); }
td.TdClassName
{
border-color: #A830DA;
}
.TagClassName
{
border-color: #A830DA;
}
</style>