Shades of Dark Orchid #A03ACC
Tints of Dark Orchid #A03ACC
RGB
CMYK
RGB Variations
Color information
#A03ACC (or 0xA03ACC) is known color: Dark Orchid. HEX triplet: A0, 3A and CC. RGB value is (160,58,204). Sum of RGB (Red+Green+Blue) = 160+58+204=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #A03ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03ACC is #5FC533. Grayscale: #686868. Windows color (decimal): -6276404 or 13384352. OLE color: 13384352.
HSL color Cylindrical-coordinate representation of color #A03ACC: hue angle of 281.92º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A03ACC is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 58 | 204 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.2 |
| HSL | 281.92º | 0.59% | 0.51% | - |
| HSV(B) | 281.92º | 0.72% | 0.8% | - |
| XYZ | 26.91 | 14.86 | 58.58 | - |
| YUV | 105.14 | 183.79 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 204 | 0.22 | 0.72 | 0 | 0.2 | 281.92 | 0.59 | 0.51 |
| Hex | A0 | 3A | CC | 16 | 48 | 0 | 14 | 11A | 3B | 33 |
| Octal | 240 | 72 | 314 | 26 | 110 | 0 | 24 | 432 | 73 | 63 |
| Binary | 10100000 | 111010 | 11001100 | 10110 | 1001000 | 0 | 10100 | 100011010 | 111011 | 110011 |
Color Harmonies of #A03ACC
Complementary color
Monochromatic Colors of #A03ACC
Black with #A03ACC
Text Example
Text Example
White with #A03ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03ACC; }
p { color: rgb(160,58,204); }
H1.HeaderClassName
{
color: #A03ACC;
}
.AnyTagClassName
{
color: #A03ACC;
}
</style>
background-color css
<style>
a { background-color: #A03ACC; }
a { background-color: rgb(160,58,204); }
div.DivClassName
{
background-color: #A03ACC;
}
.BgClassName
{
background-color: #A03ACC;
}
</style>
border-color css
<style>
span { border-color: #A03ACC; }
span { border-color: rgb(160,58,204); }
td.TdClassName
{
border-color: #A03ACC;
}
.TagClassName
{
border-color: #A03ACC;
}
</style>