Shades of Dark Violet #A103B4
Tints of Dark Violet #A103B4
RGB
CMYK
RGB Variations
Color information
#A103B4 (or 0xA103B4) is known color: Dark Violet. HEX triplet: A1, 03 and B4. RGB value is (161,3,180). Sum of RGB (Red+Green+Blue) = 161+3+180=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 180 (70.70% from 255 or 52.33% from 344); Max value from RGB is 180 - color contains mainly: blue. Hex color #A103B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A103B4 is #5EFC4B. Grayscale: #454545. Windows color (decimal): -6224972 or 11797409. OLE color: 11797409.
HSL color Cylindrical-coordinate representation of color #A103B4: hue angle of 293.56º 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 #A103B4 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 3 | 180 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.29 |
| HSL | 293.56º | 0.97% | 0.36% | - |
| HSV(B) | 293.56º | 0.98% | 0.71% | - |
| XYZ | 22.97 | 10.94 | 44.08 | - |
| YUV | 70.42 | 189.85 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 180 | 0.11 | 0.98 | 0 | 0.29 | 293.56 | 0.97 | 0.36 |
| Hex | A1 | 3 | B4 | B | 62 | 0 | 1D | 126 | 61 | 24 |
| Octal | 241 | 3 | 264 | 13 | 142 | 0 | 35 | 446 | 141 | 44 |
| Binary | 10100001 | 11 | 10110100 | 1011 | 1100010 | 0 | 11101 | 100100110 | 1100001 | 100100 |
Color Harmonies of #A103B4
Complementary color
Monochromatic Colors of #A103B4
Black with #A103B4
Text Example
Text Example
White with #A103B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103B4; }
p { color: rgb(161,3,180); }
H1.HeaderClassName
{
color: #A103B4;
}
.AnyTagClassName
{
color: #A103B4;
}
</style>
background-color css
<style>
a { background-color: #A103B4; }
a { background-color: rgb(161,3,180); }
div.DivClassName
{
background-color: #A103B4;
}
.BgClassName
{
background-color: #A103B4;
}
</style>
border-color css
<style>
span { border-color: #A103B4; }
span { border-color: rgb(161,3,180); }
td.TdClassName
{
border-color: #A103B4;
}
.TagClassName
{
border-color: #A103B4;
}
</style>