Shades of Dark Violet #A105B2
Tints of Dark Violet #A105B2
RGB
CMYK
RGB Variations
Color information
#A105B2 (or 0xA105B2) is known color: Dark Violet. HEX triplet: A1, 05 and B2. RGB value is (161,5,178). Sum of RGB (Red+Green+Blue) = 161+5+178=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 178 (69.92% from 255 or 51.74% from 344); Max value from RGB is 178 - color contains mainly: blue. Hex color #A105B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A105B2 is #5EFA4D. Grayscale: #464646. Windows color (decimal): -6224462 or 11666849. OLE color: 11666849.
HSL color Cylindrical-coordinate representation of color #A105B2: hue angle of 294.1º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A105B2 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 5 | 178 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.30 |
| HSL | 294.1º | 0.95% | 0.36% | - |
| HSV(B) | 294.1º | 0.97% | 0.7% | - |
| XYZ | 22.79 | 10.9 | 43.02 | - |
| YUV | 71.37 | 188.18 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 178 | 0.10 | 0.97 | 0 | 0.30 | 294.1 | 0.95 | 0.36 |
| Hex | A1 | 5 | B2 | A | 61 | 0 | 1E | 126 | 5F | 24 |
| Octal | 241 | 5 | 262 | 12 | 141 | 0 | 36 | 446 | 137 | 44 |
| Binary | 10100001 | 101 | 10110010 | 1010 | 1100001 | 0 | 11110 | 100100110 | 1011111 | 100100 |
Color Harmonies of #A105B2
Complementary color
Monochromatic Colors of #A105B2
Black with #A105B2
Text Example
Text Example
White with #A105B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A105B2; }
p { color: rgb(161,5,178); }
H1.HeaderClassName
{
color: #A105B2;
}
.AnyTagClassName
{
color: #A105B2;
}
</style>
background-color css
<style>
a { background-color: #A105B2; }
a { background-color: rgb(161,5,178); }
div.DivClassName
{
background-color: #A105B2;
}
.BgClassName
{
background-color: #A105B2;
}
</style>
border-color css
<style>
span { border-color: #A105B2; }
span { border-color: rgb(161,5,178); }
td.TdClassName
{
border-color: #A105B2;
}
.TagClassName
{
border-color: #A105B2;
}
</style>