Shades of Dark Violet #A10FBA
Tints of Dark Violet #A10FBA
RGB
CMYK
RGB Variations
Color information
#A10FBA (or 0xA10FBA) is known color: Dark Violet. HEX triplet: A1, 0F and BA. RGB value is (161,15,186). Sum of RGB (Red+Green+Blue) = 161+15+186=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #A10FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FBA is #5EF045. Grayscale: #4D4D4D. Windows color (decimal): -6221894 or 12193697. OLE color: 12193697.
HSL color Cylindrical-coordinate representation of color #A10FBA: hue angle of 291.23º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A10FBA is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 15 | 186 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.27 |
| HSL | 291.23º | 0.85% | 0.39% | - |
| HSV(B) | 291.23º | 0.92% | 0.73% | - |
| XYZ | 23.73 | 11.46 | 47.42 | - |
| YUV | 78.15 | 188.87 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 186 | 0.13 | 0.92 | 0 | 0.27 | 291.23 | 0.85 | 0.39 |
| Hex | A1 | F | BA | D | 5C | 0 | 1B | 123 | 55 | 27 |
| Octal | 241 | 17 | 272 | 15 | 134 | 0 | 33 | 443 | 125 | 47 |
| Binary | 10100001 | 1111 | 10111010 | 1101 | 1011100 | 0 | 11011 | 100100011 | 1010101 | 100111 |
Color Harmonies of #A10FBA
Complementary color
Monochromatic Colors of #A10FBA
Black with #A10FBA
Text Example
Text Example
White with #A10FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FBA; }
p { color: rgb(161,15,186); }
H1.HeaderClassName
{
color: #A10FBA;
}
.AnyTagClassName
{
color: #A10FBA;
}
</style>
background-color css
<style>
a { background-color: #A10FBA; }
a { background-color: rgb(161,15,186); }
div.DivClassName
{
background-color: #A10FBA;
}
.BgClassName
{
background-color: #A10FBA;
}
</style>
border-color css
<style>
span { border-color: #A10FBA; }
span { border-color: rgb(161,15,186); }
td.TdClassName
{
border-color: #A10FBA;
}
.TagClassName
{
border-color: #A10FBA;
}
</style>