Shades of Dark Violet #A10ACB
Tints of Dark Violet #A10ACB
RGB
CMYK
RGB Variations
Color information
#A10ACB (or 0xA10ACB) is known color: Dark Violet. HEX triplet: A1, 0A and CB. RGB value is (161,10,203). Sum of RGB (Red+Green+Blue) = 161+10+203=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #A10ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10ACB is #5EF534. Grayscale: #4C4C4C. Windows color (decimal): -6223157 or 13306529. OLE color: 13306529.
HSL color Cylindrical-coordinate representation of color #A10ACB: hue angle of 286.94º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10ACB is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 10 | 203 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.20 |
| HSL | 286.94º | 0.91% | 0.42% | - |
| HSV(B) | 286.94º | 0.95% | 0.8% | - |
| XYZ | 25.59 | 12.11 | 57.49 | - |
| YUV | 77.15 | 199.03 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 203 | 0.21 | 0.95 | 0 | 0.20 | 286.94 | 0.91 | 0.42 |
| Hex | A1 | A | CB | 15 | 5F | 0 | 14 | 11F | 5B | 2A |
| Octal | 241 | 12 | 313 | 25 | 137 | 0 | 24 | 437 | 133 | 52 |
| Binary | 10100001 | 1010 | 11001011 | 10101 | 1011111 | 0 | 10100 | 100011111 | 1011011 | 101010 |
Color Harmonies of #A10ACB
Complementary color
Monochromatic Colors of #A10ACB
Black with #A10ACB
Text Example
Text Example
White with #A10ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10ACB; }
p { color: rgb(161,10,203); }
H1.HeaderClassName
{
color: #A10ACB;
}
.AnyTagClassName
{
color: #A10ACB;
}
</style>
background-color css
<style>
a { background-color: #A10ACB; }
a { background-color: rgb(161,10,203); }
div.DivClassName
{
background-color: #A10ACB;
}
.BgClassName
{
background-color: #A10ACB;
}
</style>
border-color css
<style>
span { border-color: #A10ACB; }
span { border-color: rgb(161,10,203); }
td.TdClassName
{
border-color: #A10ACB;
}
.TagClassName
{
border-color: #A10ACB;
}
</style>