Shades of Dark Orchid #A03CB4
Tints of Dark Orchid #A03CB4
RGB
CMYK
RGB Variations
Color information
#A03CB4 (or 0xA03CB4) is known color: Dark Orchid. HEX triplet: A0, 3C and B4. RGB value is (160,60,180). Sum of RGB (Red+Green+Blue) = 160+60+180=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #A03CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CB4 is #5FC34B. Grayscale: #676767. Windows color (decimal): -6275916 or 11812000. OLE color: 11812000.
HSL color Cylindrical-coordinate representation of color #A03CB4: hue angle of 290º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A03CB4 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 60 | 180 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.29 |
| HSL | 290º | 0.5% | 0.47% | - |
| HSV(B) | 290º | 0.67% | 0.71% | - |
| XYZ | 24.35 | 14 | 44.6 | - |
| YUV | 103.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 180 | 0.11 | 0.67 | 0 | 0.29 | 290 | 0.5 | 0.47 |
| Hex | A0 | 3C | B4 | B | 43 | 0 | 1D | 122 | 32 | 2F |
| Octal | 240 | 74 | 264 | 13 | 103 | 0 | 35 | 442 | 62 | 57 |
| Binary | 10100000 | 111100 | 10110100 | 1011 | 1000011 | 0 | 11101 | 100100010 | 110010 | 101111 |
Color Harmonies of #A03CB4
Complementary color
Monochromatic Colors of #A03CB4
Black with #A03CB4
Text Example
Text Example
White with #A03CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CB4; }
p { color: rgb(160,60,180); }
H1.HeaderClassName
{
color: #A03CB4;
}
.AnyTagClassName
{
color: #A03CB4;
}
</style>
background-color css
<style>
a { background-color: #A03CB4; }
a { background-color: rgb(160,60,180); }
div.DivClassName
{
background-color: #A03CB4;
}
.BgClassName
{
background-color: #A03CB4;
}
</style>
border-color css
<style>
span { border-color: #A03CB4; }
span { border-color: rgb(160,60,180); }
td.TdClassName
{
border-color: #A03CB4;
}
.TagClassName
{
border-color: #A03CB4;
}
</style>