Shades of Dark Violet #A103B2
Tints of Dark Violet #A103B2
RGB
CMYK
RGB Variations
Color information
#A103B2 (or 0xA103B2) is known color: Dark Violet. HEX triplet: A1, 03 and B2. RGB value is (161,3,178). Sum of RGB (Red+Green+Blue) = 161+3+178=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 178 (69.92% from 255 or 52.05% from 342); Max value from RGB is 178 - color contains mainly: blue. Hex color #A103B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A103B2 is #5EFC4D. Grayscale: #454545. Windows color (decimal): -6224974 or 11666337. OLE color: 11666337.
HSL color Cylindrical-coordinate representation of color #A103B2: hue angle of 294.17º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A103B2 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 3 | 178 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.30 |
| HSL | 294.17º | 0.97% | 0.35% | - |
| HSV(B) | 294.17º | 0.98% | 0.7% | - |
| XYZ | 22.77 | 10.86 | 43.02 | - |
| YUV | 70.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 178 | 0.10 | 0.98 | 0 | 0.30 | 294.17 | 0.97 | 0.35 |
| Hex | A1 | 3 | B2 | A | 62 | 0 | 1E | 126 | 61 | 23 |
| Octal | 241 | 3 | 262 | 12 | 142 | 0 | 36 | 446 | 141 | 43 |
| Binary | 10100001 | 11 | 10110010 | 1010 | 1100010 | 0 | 11110 | 100100110 | 1100001 | 100011 |
Color Harmonies of #A103B2
Complementary color
Monochromatic Colors of #A103B2
Black with #A103B2
Text Example
Text Example
White with #A103B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103B2; }
p { color: rgb(161,3,178); }
H1.HeaderClassName
{
color: #A103B2;
}
.AnyTagClassName
{
color: #A103B2;
}
</style>
background-color css
<style>
a { background-color: #A103B2; }
a { background-color: rgb(161,3,178); }
div.DivClassName
{
background-color: #A103B2;
}
.BgClassName
{
background-color: #A103B2;
}
</style>
border-color css
<style>
span { border-color: #A103B2; }
span { border-color: rgb(161,3,178); }
td.TdClassName
{
border-color: #A103B2;
}
.TagClassName
{
border-color: #A103B2;
}
</style>