Shades of Dark Orchid #A337BC
Tints of Dark Orchid #A337BC
RGB
CMYK
RGB Variations
Color information
#A337BC (or 0xA337BC) is known color: Dark Orchid. HEX triplet: A3, 37 and BC. RGB value is (163,55,188). Sum of RGB (Red+Green+Blue) = 163+55+188=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #A337BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A337BC is #5CC843. Grayscale: #666666. Windows color (decimal): -6080580 or 12335011. OLE color: 12335011.
HSL color Cylindrical-coordinate representation of color #A337BC: hue angle of 288.72º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A337BC is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 55 | 188 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.26 |
| HSL | 288.72º | 0.55% | 0.48% | - |
| HSV(B) | 288.72º | 0.71% | 0.74% | - |
| XYZ | 25.55 | 14.15 | 48.96 | - |
| YUV | 102.45 | 176.28 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 188 | 0.13 | 0.71 | 0 | 0.26 | 288.72 | 0.55 | 0.48 |
| Hex | A3 | 37 | BC | D | 47 | 0 | 1A | 121 | 37 | 30 |
| Octal | 243 | 67 | 274 | 15 | 107 | 0 | 32 | 441 | 67 | 60 |
| Binary | 10100011 | 110111 | 10111100 | 1101 | 1000111 | 0 | 11010 | 100100001 | 110111 | 110000 |
Color Harmonies of #A337BC
Complementary color
Monochromatic Colors of #A337BC
Black with #A337BC
Text Example
Text Example
White with #A337BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A337BC; }
p { color: rgb(163,55,188); }
H1.HeaderClassName
{
color: #A337BC;
}
.AnyTagClassName
{
color: #A337BC;
}
</style>
background-color css
<style>
a { background-color: #A337BC; }
a { background-color: rgb(163,55,188); }
div.DivClassName
{
background-color: #A337BC;
}
.BgClassName
{
background-color: #A337BC;
}
</style>
border-color css
<style>
span { border-color: #A337BC; }
span { border-color: rgb(163,55,188); }
td.TdClassName
{
border-color: #A337BC;
}
.TagClassName
{
border-color: #A337BC;
}
</style>