Shades of Dark Orchid #A03DCB
Tints of Dark Orchid #A03DCB
RGB
CMYK
RGB Variations
Color information
#A03DCB (or 0xA03DCB) is known color: Dark Orchid. HEX triplet: A0, 3D and CB. RGB value is (160,61,203). Sum of RGB (Red+Green+Blue) = 160+61+203=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #A03DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DCB is #5FC234. Grayscale: #6A6A6A. Windows color (decimal): -6275637 or 13319584. OLE color: 13319584.
HSL color Cylindrical-coordinate representation of color #A03DCB: hue angle of 281.83º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03DCB is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 61 | 203 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.20 |
| HSL | 281.83º | 0.58% | 0.52% | - |
| HSV(B) | 281.83º | 0.7% | 0.8% | - |
| XYZ | 26.95 | 15.12 | 58 | - |
| YUV | 106.79 | 182.3 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 203 | 0.21 | 0.70 | 0 | 0.20 | 281.83 | 0.58 | 0.52 |
| Hex | A0 | 3D | CB | 15 | 46 | 0 | 14 | 11A | 3A | 34 |
| Octal | 240 | 75 | 313 | 25 | 106 | 0 | 24 | 432 | 72 | 64 |
| Binary | 10100000 | 111101 | 11001011 | 10101 | 1000110 | 0 | 10100 | 100011010 | 111010 | 110100 |
Color Harmonies of #A03DCB
Complementary color
Monochromatic Colors of #A03DCB
Black with #A03DCB
Text Example
Text Example
White with #A03DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03DCB; }
p { color: rgb(160,61,203); }
H1.HeaderClassName
{
color: #A03DCB;
}
.AnyTagClassName
{
color: #A03DCB;
}
</style>
background-color css
<style>
a { background-color: #A03DCB; }
a { background-color: rgb(160,61,203); }
div.DivClassName
{
background-color: #A03DCB;
}
.BgClassName
{
background-color: #A03DCB;
}
</style>
border-color css
<style>
span { border-color: #A03DCB; }
span { border-color: rgb(160,61,203); }
td.TdClassName
{
border-color: #A03DCB;
}
.TagClassName
{
border-color: #A03DCB;
}
</style>