Shades of Dark Orchid #A13FBC
Tints of Dark Orchid #A13FBC
RGB
CMYK
RGB Variations
Color information
#A13FBC (or 0xA13FBC) is known color: Dark Orchid. HEX triplet: A1, 3F and BC. RGB value is (161,63,188). Sum of RGB (Red+Green+Blue) = 161+63+188=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #A13FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13FBC is #5EC043. Grayscale: #6A6A6A. Windows color (decimal): -6209604 or 12337057. OLE color: 12337057.
HSL color Cylindrical-coordinate representation of color #A13FBC: hue angle of 287.04º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13FBC is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 63 | 188 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.26 |
| HSL | 287.04º | 0.5% | 0.49% | - |
| HSV(B) | 287.04º | 0.66% | 0.74% | - |
| XYZ | 25.55 | 14.76 | 49.08 | - |
| YUV | 106.55 | 173.97 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 188 | 0.14 | 0.66 | 0 | 0.26 | 287.04 | 0.5 | 0.49 |
| Hex | A1 | 3F | BC | E | 42 | 0 | 1A | 11F | 32 | 31 |
| Octal | 241 | 77 | 274 | 16 | 102 | 0 | 32 | 437 | 62 | 61 |
| Binary | 10100001 | 111111 | 10111100 | 1110 | 1000010 | 0 | 11010 | 100011111 | 110010 | 110001 |
Color Harmonies of #A13FBC
Complementary color
Monochromatic Colors of #A13FBC
Black with #A13FBC
Text Example
Text Example
White with #A13FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13FBC; }
p { color: rgb(161,63,188); }
H1.HeaderClassName
{
color: #A13FBC;
}
.AnyTagClassName
{
color: #A13FBC;
}
</style>
background-color css
<style>
a { background-color: #A13FBC; }
a { background-color: rgb(161,63,188); }
div.DivClassName
{
background-color: #A13FBC;
}
.BgClassName
{
background-color: #A13FBC;
}
</style>
border-color css
<style>
span { border-color: #A13FBC; }
span { border-color: rgb(161,63,188); }
td.TdClassName
{
border-color: #A13FBC;
}
.TagClassName
{
border-color: #A13FBC;
}
</style>