Shades of Dark Violet #A103B5
Tints of Dark Violet #A103B5
RGB
CMYK
RGB Variations
Color information
#A103B5 (or 0xA103B5) is known color: Dark Violet. HEX triplet: A1, 03 and B5. RGB value is (161,3,181). Sum of RGB (Red+Green+Blue) = 161+3+181=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #A103B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A103B5 is #5EFC4A. Grayscale: #454545. Windows color (decimal): -6224971 or 11862945. OLE color: 11862945.
HSL color Cylindrical-coordinate representation of color #A103B5: hue angle of 293.26º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A103B5 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 3 | 181 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.29 |
| HSL | 293.26º | 0.97% | 0.36% | - |
| HSV(B) | 293.26º | 0.98% | 0.71% | - |
| XYZ | 23.07 | 10.98 | 44.62 | - |
| YUV | 70.53 | 190.35 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 181 | 0.11 | 0.98 | 0 | 0.29 | 293.26 | 0.97 | 0.36 |
| Hex | A1 | 3 | B5 | B | 62 | 0 | 1D | 125 | 61 | 24 |
| Octal | 241 | 3 | 265 | 13 | 142 | 0 | 35 | 445 | 141 | 44 |
| Binary | 10100001 | 11 | 10110101 | 1011 | 1100010 | 0 | 11101 | 100100101 | 1100001 | 100100 |
Color Harmonies of #A103B5
Complementary color
Monochromatic Colors of #A103B5
Black with #A103B5
Text Example
Text Example
White with #A103B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103B5; }
p { color: rgb(161,3,181); }
H1.HeaderClassName
{
color: #A103B5;
}
.AnyTagClassName
{
color: #A103B5;
}
</style>
background-color css
<style>
a { background-color: #A103B5; }
a { background-color: rgb(161,3,181); }
div.DivClassName
{
background-color: #A103B5;
}
.BgClassName
{
background-color: #A103B5;
}
</style>
border-color css
<style>
span { border-color: #A103B5; }
span { border-color: rgb(161,3,181); }
td.TdClassName
{
border-color: #A103B5;
}
.TagClassName
{
border-color: #A103B5;
}
</style>