Shades of Dark Violet #A112D5
Tints of Dark Violet #A112D5
RGB
CMYK
RGB Variations
Color information
#A112D5 (or 0xA112D5) is known color: Dark Violet. HEX triplet: A1, 12 and D5. RGB value is (161,18,213). Sum of RGB (Red+Green+Blue) = 161+18+213=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #A112D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A112D5 is #5EED2A. Grayscale: #525252. Windows color (decimal): -6221099 or 13963937. OLE color: 13963937.
HSL color Cylindrical-coordinate representation of color #A112D5: hue angle of 284º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A112D5 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 18 | 213 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.16 |
| HSL | 284º | 0.84% | 0.45% | - |
| HSV(B) | 284º | 0.92% | 0.84% | - |
| XYZ | 26.92 | 12.81 | 64.01 | - |
| YUV | 82.99 | 201.38 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 213 | 0.24 | 0.92 | 0 | 0.16 | 284 | 0.84 | 0.45 |
| Hex | A1 | 12 | D5 | 18 | 5C | 0 | 10 | 11C | 54 | 2D |
| Octal | 241 | 22 | 325 | 30 | 134 | 0 | 20 | 434 | 124 | 55 |
| Binary | 10100001 | 10010 | 11010101 | 11000 | 1011100 | 0 | 10000 | 100011100 | 1010100 | 101101 |
Color Harmonies of #A112D5
Complementary color
Monochromatic Colors of #A112D5
Black with #A112D5
Text Example
Text Example
White with #A112D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A112D5; }
p { color: rgb(161,18,213); }
H1.HeaderClassName
{
color: #A112D5;
}
.AnyTagClassName
{
color: #A112D5;
}
</style>
background-color css
<style>
a { background-color: #A112D5; }
a { background-color: rgb(161,18,213); }
div.DivClassName
{
background-color: #A112D5;
}
.BgClassName
{
background-color: #A112D5;
}
</style>
border-color css
<style>
span { border-color: #A112D5; }
span { border-color: rgb(161,18,213); }
td.TdClassName
{
border-color: #A112D5;
}
.TagClassName
{
border-color: #A112D5;
}
</style>