Shades of Dark Violet #A103BD
Tints of Dark Violet #A103BD
RGB
CMYK
RGB Variations
Color information
#A103BD (or 0xA103BD) is known color: Dark Violet. HEX triplet: A1, 03 and BD. RGB value is (161,3,189). Sum of RGB (Red+Green+Blue) = 161+3+189=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #A103BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A103BD is #5EFC42. Grayscale: #464646. Windows color (decimal): -6224963 or 12387233. OLE color: 12387233.
HSL color Cylindrical-coordinate representation of color #A103BD: hue angle of 290.97º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A103BD is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 3 | 189 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.26 |
| HSL | 290.97º | 0.97% | 0.38% | - |
| HSV(B) | 290.97º | 0.98% | 0.74% | - |
| XYZ | 23.92 | 11.32 | 49.07 | - |
| YUV | 71.45 | 194.35 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 189 | 0.15 | 0.98 | 0 | 0.26 | 290.97 | 0.97 | 0.38 |
| Hex | A1 | 3 | BD | F | 62 | 0 | 1A | 123 | 61 | 26 |
| Octal | 241 | 3 | 275 | 17 | 142 | 0 | 32 | 443 | 141 | 46 |
| Binary | 10100001 | 11 | 10111101 | 1111 | 1100010 | 0 | 11010 | 100100011 | 1100001 | 100110 |
Color Harmonies of #A103BD
Complementary color
Monochromatic Colors of #A103BD
Black with #A103BD
Text Example
Text Example
White with #A103BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103BD; }
p { color: rgb(161,3,189); }
H1.HeaderClassName
{
color: #A103BD;
}
.AnyTagClassName
{
color: #A103BD;
}
</style>
background-color css
<style>
a { background-color: #A103BD; }
a { background-color: rgb(161,3,189); }
div.DivClassName
{
background-color: #A103BD;
}
.BgClassName
{
background-color: #A103BD;
}
</style>
border-color css
<style>
span { border-color: #A103BD; }
span { border-color: rgb(161,3,189); }
td.TdClassName
{
border-color: #A103BD;
}
.TagClassName
{
border-color: #A103BD;
}
</style>