Shades of Dark Violet #A10ACF
Tints of Dark Violet #A10ACF
RGB
CMYK
RGB Variations
Color information
#A10ACF (or 0xA10ACF) is known color: Dark Violet. HEX triplet: A1, 0A and CF. RGB value is (161,10,207). Sum of RGB (Red+Green+Blue) = 161+10+207=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #A10ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10ACF is #5EF530. Grayscale: #4C4C4C. Windows color (decimal): -6223153 or 13568673. OLE color: 13568673.
HSL color Cylindrical-coordinate representation of color #A10ACF: hue angle of 285.99º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10ACF is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 10 | 207 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.19 |
| HSL | 285.99º | 0.91% | 0.43% | - |
| HSV(B) | 285.99º | 0.95% | 0.81% | - |
| XYZ | 26.07 | 12.3 | 60.03 | - |
| YUV | 77.61 | 201.03 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 207 | 0.22 | 0.95 | 0 | 0.19 | 285.99 | 0.91 | 0.43 |
| Hex | A1 | A | CF | 16 | 5F | 0 | 13 | 11E | 5B | 2B |
| Octal | 241 | 12 | 317 | 26 | 137 | 0 | 23 | 436 | 133 | 53 |
| Binary | 10100001 | 1010 | 11001111 | 10110 | 1011111 | 0 | 10011 | 100011110 | 1011011 | 101011 |
Color Harmonies of #A10ACF
Complementary color
Monochromatic Colors of #A10ACF
Black with #A10ACF
Text Example
Text Example
White with #A10ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10ACF; }
p { color: rgb(161,10,207); }
H1.HeaderClassName
{
color: #A10ACF;
}
.AnyTagClassName
{
color: #A10ACF;
}
</style>
background-color css
<style>
a { background-color: #A10ACF; }
a { background-color: rgb(161,10,207); }
div.DivClassName
{
background-color: #A10ACF;
}
.BgClassName
{
background-color: #A10ACF;
}
</style>
border-color css
<style>
span { border-color: #A10ACF; }
span { border-color: rgb(161,10,207); }
td.TdClassName
{
border-color: #A10ACF;
}
.TagClassName
{
border-color: #A10ACF;
}
</style>