Shades of Dark Orchid #A030CD
Tints of Dark Orchid #A030CD
RGB
CMYK
RGB Variations
Color information
#A030CD (or 0xA030CD) is known color: Dark Orchid. HEX triplet: A0, 30 and CD. RGB value is (160,48,205). Sum of RGB (Red+Green+Blue) = 160+48+205=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #A030CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030CD is #5FCF32. Grayscale: #626262. Windows color (decimal): -6278963 or 13447328. OLE color: 13447328.
HSL color Cylindrical-coordinate representation of color #A030CD: hue angle of 282.8º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A030CD is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 48 | 205 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.20 |
| HSL | 282.8º | 0.62% | 0.5% | - |
| HSV(B) | 282.8º | 0.77% | 0.8% | - |
| XYZ | 26.57 | 14 | 59.06 | - |
| YUV | 99.39 | 187.61 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 205 | 0.22 | 0.77 | 0 | 0.20 | 282.8 | 0.62 | 0.5 |
| Hex | A0 | 30 | CD | 16 | 4D | 0 | 14 | 11B | 3E | 32 |
| Octal | 240 | 60 | 315 | 26 | 115 | 0 | 24 | 433 | 76 | 62 |
| Binary | 10100000 | 110000 | 11001101 | 10110 | 1001101 | 0 | 10100 | 100011011 | 111110 | 110010 |
Color Harmonies of #A030CD
Complementary color
Monochromatic Colors of #A030CD
Black with #A030CD
Text Example
Text Example
White with #A030CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030CD; }
p { color: rgb(160,48,205); }
H1.HeaderClassName
{
color: #A030CD;
}
.AnyTagClassName
{
color: #A030CD;
}
</style>
background-color css
<style>
a { background-color: #A030CD; }
a { background-color: rgb(160,48,205); }
div.DivClassName
{
background-color: #A030CD;
}
.BgClassName
{
background-color: #A030CD;
}
</style>
border-color css
<style>
span { border-color: #A030CD; }
span { border-color: rgb(160,48,205); }
td.TdClassName
{
border-color: #A030CD;
}
.TagClassName
{
border-color: #A030CD;
}
</style>