Shades of Dark Violet #A10FB4
Tints of Dark Violet #A10FB4
RGB
CMYK
RGB Variations
Color information
#A10FB4 (or 0xA10FB4) is known color: Dark Violet. HEX triplet: A1, 0F and B4. RGB value is (161,15,180). Sum of RGB (Red+Green+Blue) = 161+15+180=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #A10FB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FB4 is #5EF04B. Grayscale: #4C4C4C. Windows color (decimal): -6221900 or 11800481. OLE color: 11800481.
HSL color Cylindrical-coordinate representation of color #A10FB4: hue angle of 293.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A10FB4 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 15 | 180 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.29 |
| HSL | 293.09º | 0.85% | 0.38% | - |
| HSV(B) | 293.09º | 0.92% | 0.71% | - |
| XYZ | 23.11 | 11.21 | 44.13 | - |
| YUV | 77.46 | 185.87 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 180 | 0.11 | 0.92 | 0 | 0.29 | 293.09 | 0.85 | 0.38 |
| Hex | A1 | F | B4 | B | 5C | 0 | 1D | 125 | 55 | 26 |
| Octal | 241 | 17 | 264 | 13 | 134 | 0 | 35 | 445 | 125 | 46 |
| Binary | 10100001 | 1111 | 10110100 | 1011 | 1011100 | 0 | 11101 | 100100101 | 1010101 | 100110 |
Color Harmonies of #A10FB4
Complementary color
Monochromatic Colors of #A10FB4
Black with #A10FB4
Text Example
Text Example
White with #A10FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FB4; }
p { color: rgb(161,15,180); }
H1.HeaderClassName
{
color: #A10FB4;
}
.AnyTagClassName
{
color: #A10FB4;
}
</style>
background-color css
<style>
a { background-color: #A10FB4; }
a { background-color: rgb(161,15,180); }
div.DivClassName
{
background-color: #A10FB4;
}
.BgClassName
{
background-color: #A10FB4;
}
</style>
border-color css
<style>
span { border-color: #A10FB4; }
span { border-color: rgb(161,15,180); }
td.TdClassName
{
border-color: #A10FB4;
}
.TagClassName
{
border-color: #A10FB4;
}
</style>