Shades of Dark Orchid #A03ABF
Tints of Dark Orchid #A03ABF
RGB
CMYK
RGB Variations
Color information
#A03ABF (or 0xA03ABF) is known color: Dark Orchid. HEX triplet: A0, 3A and BF. RGB value is (160,58,191). Sum of RGB (Red+Green+Blue) = 160+58+191=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #A03ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03ABF is #5FC540. Grayscale: #676767. Windows color (decimal): -6276417 or 12532384. OLE color: 12532384.
HSL color Cylindrical-coordinate representation of color #A03ABF: hue angle of 286.02º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03ABF is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 58 | 191 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.25 |
| HSL | 286.02º | 0.53% | 0.49% | - |
| HSV(B) | 286.02º | 0.7% | 0.75% | - |
| XYZ | 25.41 | 14.26 | 50.7 | - |
| YUV | 103.66 | 177.29 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 191 | 0.16 | 0.70 | 0 | 0.25 | 286.02 | 0.53 | 0.49 |
| Hex | A0 | 3A | BF | 10 | 46 | 0 | 19 | 11E | 35 | 31 |
| Octal | 240 | 72 | 277 | 20 | 106 | 0 | 31 | 436 | 65 | 61 |
| Binary | 10100000 | 111010 | 10111111 | 10000 | 1000110 | 0 | 11001 | 100011110 | 110101 | 110001 |
Color Harmonies of #A03ABF
Complementary color
Monochromatic Colors of #A03ABF
Black with #A03ABF
Text Example
Text Example
White with #A03ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03ABF; }
p { color: rgb(160,58,191); }
H1.HeaderClassName
{
color: #A03ABF;
}
.AnyTagClassName
{
color: #A03ABF;
}
</style>
background-color css
<style>
a { background-color: #A03ABF; }
a { background-color: rgb(160,58,191); }
div.DivClassName
{
background-color: #A03ABF;
}
.BgClassName
{
background-color: #A03ABF;
}
</style>
border-color css
<style>
span { border-color: #A03ABF; }
span { border-color: rgb(160,58,191); }
td.TdClassName
{
border-color: #A03ABF;
}
.TagClassName
{
border-color: #A03ABF;
}
</style>