Shades of Dark Orchid #A830DF
Tints of Dark Orchid #A830DF
RGB
CMYK
RGB Variations
Color information
#A830DF (or 0xA830DF) is known color: Dark Orchid. HEX triplet: A8, 30 and DF. RGB value is (168,48,223). Sum of RGB (Red+Green+Blue) = 168+48+223=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #A830DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830DF is #57CF20. Grayscale: #676767. Windows color (decimal): -5754657 or 14626984. OLE color: 14626984.
HSL color Cylindrical-coordinate representation of color #A830DF: hue angle of 281.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A830DF is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 48 | 223 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.13 |
| HSL | 281.14º | 0.73% | 0.53% | - |
| HSV(B) | 281.14º | 0.78% | 0.87% | - |
| XYZ | 30.52 | 15.77 | 71.25 | - |
| YUV | 103.83 | 195.26 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 223 | 0.25 | 0.78 | 0 | 0.13 | 281.14 | 0.73 | 0.53 |
| Hex | A8 | 30 | DF | 19 | 4E | 0 | D | 119 | 49 | 35 |
| Octal | 250 | 60 | 337 | 31 | 116 | 0 | 15 | 431 | 111 | 65 |
| Binary | 10101000 | 110000 | 11011111 | 11001 | 1001110 | 0 | 1101 | 100011001 | 1001001 | 110101 |
Color Harmonies of #A830DF
Complementary color
Monochromatic Colors of #A830DF
Black with #A830DF
Text Example
Text Example
White with #A830DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A830DF; }
p { color: rgb(168,48,223); }
H1.HeaderClassName
{
color: #A830DF;
}
.AnyTagClassName
{
color: #A830DF;
}
</style>
background-color css
<style>
a { background-color: #A830DF; }
a { background-color: rgb(168,48,223); }
div.DivClassName
{
background-color: #A830DF;
}
.BgClassName
{
background-color: #A830DF;
}
</style>
border-color css
<style>
span { border-color: #A830DF; }
span { border-color: rgb(168,48,223); }
td.TdClassName
{
border-color: #A830DF;
}
.TagClassName
{
border-color: #A830DF;
}
</style>