Shades of Dark Orchid #A03ECB
Tints of Dark Orchid #A03ECB
RGB
CMYK
RGB Variations
Color information
#A03ECB (or 0xA03ECB) is known color: Dark Orchid. HEX triplet: A0, 3E and CB. RGB value is (160,62,203). Sum of RGB (Red+Green+Blue) = 160+62+203=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #A03ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03ECB is #5FC134. Grayscale: #6A6A6A. Windows color (decimal): -6275381 or 13319840. OLE color: 13319840.
HSL color Cylindrical-coordinate representation of color #A03ECB: hue angle of 281.7º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03ECB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 62 | 203 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.20 |
| HSL | 281.7º | 0.58% | 0.52% | - |
| HSV(B) | 281.7º | 0.69% | 0.8% | - |
| XYZ | 27 | 15.23 | 58.02 | - |
| YUV | 107.38 | 181.97 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 203 | 0.21 | 0.69 | 0 | 0.20 | 281.7 | 0.58 | 0.52 |
| Hex | A0 | 3E | CB | 15 | 45 | 0 | 14 | 11A | 3A | 34 |
| Octal | 240 | 76 | 313 | 25 | 105 | 0 | 24 | 432 | 72 | 64 |
| Binary | 10100000 | 111110 | 11001011 | 10101 | 1000101 | 0 | 10100 | 100011010 | 111010 | 110100 |
Color Harmonies of #A03ECB
Complementary color
Monochromatic Colors of #A03ECB
Black with #A03ECB
Text Example
Text Example
White with #A03ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03ECB; }
p { color: rgb(160,62,203); }
H1.HeaderClassName
{
color: #A03ECB;
}
.AnyTagClassName
{
color: #A03ECB;
}
</style>
background-color css
<style>
a { background-color: #A03ECB; }
a { background-color: rgb(160,62,203); }
div.DivClassName
{
background-color: #A03ECB;
}
.BgClassName
{
background-color: #A03ECB;
}
</style>
border-color css
<style>
span { border-color: #A03ECB; }
span { border-color: rgb(160,62,203); }
td.TdClassName
{
border-color: #A03ECB;
}
.TagClassName
{
border-color: #A03ECB;
}
</style>