Shades of Dark Orchid #A030CF
Tints of Dark Orchid #A030CF
RGB
CMYK
RGB Variations
Color information
#A030CF (or 0xA030CF) is known color: Dark Orchid. HEX triplet: A0, 30 and CF. RGB value is (160,48,207). Sum of RGB (Red+Green+Blue) = 160+48+207=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #A030CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030CF is #5FCF30. Grayscale: #636363. Windows color (decimal): -6278961 or 13578400. OLE color: 13578400.
HSL color Cylindrical-coordinate representation of color #A030CF: hue angle of 282.26º 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 #A030CF is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 48 | 207 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.19 |
| HSL | 282.26º | 0.62% | 0.5% | - |
| HSV(B) | 282.26º | 0.77% | 0.81% | - |
| XYZ | 26.82 | 14.09 | 60.34 | - |
| YUV | 99.61 | 188.61 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 207 | 0.23 | 0.77 | 0 | 0.19 | 282.26 | 0.62 | 0.5 |
| Hex | A0 | 30 | CF | 17 | 4D | 0 | 13 | 11A | 3E | 32 |
| Octal | 240 | 60 | 317 | 27 | 115 | 0 | 23 | 432 | 76 | 62 |
| Binary | 10100000 | 110000 | 11001111 | 10111 | 1001101 | 0 | 10011 | 100011010 | 111110 | 110010 |
Color Harmonies of #A030CF
Complementary color
Monochromatic Colors of #A030CF
Black with #A030CF
Text Example
Text Example
White with #A030CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030CF; }
p { color: rgb(160,48,207); }
H1.HeaderClassName
{
color: #A030CF;
}
.AnyTagClassName
{
color: #A030CF;
}
</style>
background-color css
<style>
a { background-color: #A030CF; }
a { background-color: rgb(160,48,207); }
div.DivClassName
{
background-color: #A030CF;
}
.BgClassName
{
background-color: #A030CF;
}
</style>
border-color css
<style>
span { border-color: #A030CF; }
span { border-color: rgb(160,48,207); }
td.TdClassName
{
border-color: #A030CF;
}
.TagClassName
{
border-color: #A030CF;
}
</style>