Shades of Dark Violet #A010B3
Tints of Dark Violet #A010B3
RGB
CMYK
RGB Variations
Color information
#A010B3 (or 0xA010B3) is known color: Dark Violet. HEX triplet: A0, 10 and B3. RGB value is (160,16,179). Sum of RGB (Red+Green+Blue) = 160+16+179=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #A010B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010B3 is #5FEF4C. Grayscale: #4D4D4D. Windows color (decimal): -6287181 or 11735200. OLE color: 11735200.
HSL color Cylindrical-coordinate representation of color #A010B3: hue angle of 293.01º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A010B3 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 16 | 179 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.30 |
| HSL | 293.01º | 0.84% | 0.38% | - |
| HSV(B) | 293.01º | 0.91% | 0.7% | - |
| XYZ | 22.82 | 11.1 | 43.59 | - |
| YUV | 77.64 | 185.21 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 179 | 0.11 | 0.91 | 0 | 0.30 | 293.01 | 0.84 | 0.38 |
| Hex | A0 | 10 | B3 | B | 5B | 0 | 1E | 125 | 54 | 26 |
| Octal | 240 | 20 | 263 | 13 | 133 | 0 | 36 | 445 | 124 | 46 |
| Binary | 10100000 | 10000 | 10110011 | 1011 | 1011011 | 0 | 11110 | 100100101 | 1010100 | 100110 |
Color Harmonies of #A010B3
Complementary color
Monochromatic Colors of #A010B3
Black with #A010B3
Text Example
Text Example
White with #A010B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010B3; }
p { color: rgb(160,16,179); }
H1.HeaderClassName
{
color: #A010B3;
}
.AnyTagClassName
{
color: #A010B3;
}
</style>
background-color css
<style>
a { background-color: #A010B3; }
a { background-color: rgb(160,16,179); }
div.DivClassName
{
background-color: #A010B3;
}
.BgClassName
{
background-color: #A010B3;
}
</style>
border-color css
<style>
span { border-color: #A010B3; }
span { border-color: rgb(160,16,179); }
td.TdClassName
{
border-color: #A010B3;
}
.TagClassName
{
border-color: #A010B3;
}
</style>