Shades of Dark Orchid #A03AB3
Tints of Dark Orchid #A03AB3
RGB
CMYK
RGB Variations
Color information
#A03AB3 (or 0xA03AB3) is known color: Dark Orchid. HEX triplet: A0, 3A and B3. RGB value is (160,58,179). Sum of RGB (Red+Green+Blue) = 160+58+179=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 179 - color contains mainly: blue. Hex color #A03AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03AB3 is #5FC54C. Grayscale: #656565. Windows color (decimal): -6276429 or 11745952. OLE color: 11745952.
HSL color Cylindrical-coordinate representation of color #A03AB3: hue angle of 290.58º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03AB3 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 58 | 179 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.30 |
| HSL | 290.58º | 0.51% | 0.46% | - |
| HSV(B) | 290.58º | 0.68% | 0.7% | - |
| XYZ | 24.15 | 13.75 | 44.03 | - |
| YUV | 102.29 | 171.29 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 179 | 0.11 | 0.68 | 0 | 0.30 | 290.58 | 0.51 | 0.46 |
| Hex | A0 | 3A | B3 | B | 44 | 0 | 1E | 123 | 33 | 2E |
| Octal | 240 | 72 | 263 | 13 | 104 | 0 | 36 | 443 | 63 | 56 |
| Binary | 10100000 | 111010 | 10110011 | 1011 | 1000100 | 0 | 11110 | 100100011 | 110011 | 101110 |
Color Harmonies of #A03AB3
Complementary color
Monochromatic Colors of #A03AB3
Black with #A03AB3
Text Example
Text Example
White with #A03AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03AB3; }
p { color: rgb(160,58,179); }
H1.HeaderClassName
{
color: #A03AB3;
}
.AnyTagClassName
{
color: #A03AB3;
}
</style>
background-color css
<style>
a { background-color: #A03AB3; }
a { background-color: rgb(160,58,179); }
div.DivClassName
{
background-color: #A03AB3;
}
.BgClassName
{
background-color: #A03AB3;
}
</style>
border-color css
<style>
span { border-color: #A03AB3; }
span { border-color: rgb(160,58,179); }
td.TdClassName
{
border-color: #A03AB3;
}
.TagClassName
{
border-color: #A03AB3;
}
</style>