Shades of Dark Orchid #A030CA
Tints of Dark Orchid #A030CA
RGB
CMYK
RGB Variations
Color information
#A030CA (or 0xA030CA) is known color: Dark Orchid. HEX triplet: A0, 30 and CA. RGB value is (160,48,202). Sum of RGB (Red+Green+Blue) = 160+48+202=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #A030CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030CA is #5FCF35. Grayscale: #626262. Windows color (decimal): -6278966 or 13250720. OLE color: 13250720.
HSL color Cylindrical-coordinate representation of color #A030CA: hue angle of 283.64º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A030CA is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 48 | 202 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.21 |
| HSL | 283.64º | 0.62% | 0.49% | - |
| HSV(B) | 283.64º | 0.76% | 0.79% | - |
| XYZ | 26.21 | 13.85 | 57.17 | - |
| YUV | 99.04 | 186.11 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 202 | 0.21 | 0.76 | 0 | 0.21 | 283.64 | 0.62 | 0.49 |
| Hex | A0 | 30 | CA | 15 | 4C | 0 | 15 | 11C | 3E | 31 |
| Octal | 240 | 60 | 312 | 25 | 114 | 0 | 25 | 434 | 76 | 61 |
| Binary | 10100000 | 110000 | 11001010 | 10101 | 1001100 | 0 | 10101 | 100011100 | 111110 | 110001 |
Color Harmonies of #A030CA
Complementary color
Monochromatic Colors of #A030CA
Black with #A030CA
Text Example
Text Example
White with #A030CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030CA; }
p { color: rgb(160,48,202); }
H1.HeaderClassName
{
color: #A030CA;
}
.AnyTagClassName
{
color: #A030CA;
}
</style>
background-color css
<style>
a { background-color: #A030CA; }
a { background-color: rgb(160,48,202); }
div.DivClassName
{
background-color: #A030CA;
}
.BgClassName
{
background-color: #A030CA;
}
</style>
border-color css
<style>
span { border-color: #A030CA; }
span { border-color: rgb(160,48,202); }
td.TdClassName
{
border-color: #A030CA;
}
.TagClassName
{
border-color: #A030CA;
}
</style>