Shades of Dark Orchid #A030C3
Tints of Dark Orchid #A030C3
RGB
CMYK
RGB Variations
Color information
#A030C3 (or 0xA030C3) is known color: Dark Orchid. HEX triplet: A0, 30 and C3. RGB value is (160,48,195). Sum of RGB (Red+Green+Blue) = 160+48+195=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: blue. Hex color #A030C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030C3 is #5FCF3C. Grayscale: #616161. Windows color (decimal): -6278973 or 12791968. OLE color: 12791968.
HSL color Cylindrical-coordinate representation of color #A030C3: hue angle of 285.71º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A030C3 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 48 | 195 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.24 |
| HSL | 285.71º | 0.6% | 0.48% | - |
| HSV(B) | 285.71º | 0.75% | 0.76% | - |
| XYZ | 25.4 | 13.53 | 52.9 | - |
| YUV | 98.25 | 182.61 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 195 | 0.18 | 0.75 | 0 | 0.24 | 285.71 | 0.6 | 0.48 |
| Hex | A0 | 30 | C3 | 12 | 4B | 0 | 18 | 11E | 3C | 30 |
| Octal | 240 | 60 | 303 | 22 | 113 | 0 | 30 | 436 | 74 | 60 |
| Binary | 10100000 | 110000 | 11000011 | 10010 | 1001011 | 0 | 11000 | 100011110 | 111100 | 110000 |
Color Harmonies of #A030C3
Complementary color
Monochromatic Colors of #A030C3
Black with #A030C3
Text Example
Text Example
White with #A030C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030C3; }
p { color: rgb(160,48,195); }
H1.HeaderClassName
{
color: #A030C3;
}
.AnyTagClassName
{
color: #A030C3;
}
</style>
background-color css
<style>
a { background-color: #A030C3; }
a { background-color: rgb(160,48,195); }
div.DivClassName
{
background-color: #A030C3;
}
.BgClassName
{
background-color: #A030C3;
}
</style>
border-color css
<style>
span { border-color: #A030C3; }
span { border-color: rgb(160,48,195); }
td.TdClassName
{
border-color: #A030C3;
}
.TagClassName
{
border-color: #A030C3;
}
</style>