Shades of Dark Orchid #A030C6
Tints of Dark Orchid #A030C6
RGB
CMYK
RGB Variations
Color information
#A030C6 (or 0xA030C6) is known color: Dark Orchid. HEX triplet: A0, 30 and C6. RGB value is (160,48,198). Sum of RGB (Red+Green+Blue) = 160+48+198=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #A030C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030C6 is #5FCF39. Grayscale: #626262. Windows color (decimal): -6278970 or 12988576. OLE color: 12988576.
HSL color Cylindrical-coordinate representation of color #A030C6: hue angle of 284.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A030C6 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 48 | 198 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.22 |
| HSL | 284.8º | 0.61% | 0.48% | - |
| HSV(B) | 284.8º | 0.76% | 0.78% | - |
| XYZ | 25.75 | 13.66 | 54.71 | - |
| YUV | 98.59 | 184.11 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 198 | 0.19 | 0.76 | 0 | 0.22 | 284.8 | 0.61 | 0.48 |
| Hex | A0 | 30 | C6 | 13 | 4C | 0 | 16 | 11D | 3D | 30 |
| Octal | 240 | 60 | 306 | 23 | 114 | 0 | 26 | 435 | 75 | 60 |
| Binary | 10100000 | 110000 | 11000110 | 10011 | 1001100 | 0 | 10110 | 100011101 | 111101 | 110000 |
Color Harmonies of #A030C6
Complementary color
Monochromatic Colors of #A030C6
Black with #A030C6
Text Example
Text Example
White with #A030C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030C6; }
p { color: rgb(160,48,198); }
H1.HeaderClassName
{
color: #A030C6;
}
.AnyTagClassName
{
color: #A030C6;
}
</style>
background-color css
<style>
a { background-color: #A030C6; }
a { background-color: rgb(160,48,198); }
div.DivClassName
{
background-color: #A030C6;
}
.BgClassName
{
background-color: #A030C6;
}
</style>
border-color css
<style>
span { border-color: #A030C6; }
span { border-color: rgb(160,48,198); }
td.TdClassName
{
border-color: #A030C6;
}
.TagClassName
{
border-color: #A030C6;
}
</style>