Shades of Dark Violet #A105C7
Tints of Dark Violet #A105C7
RGB
CMYK
RGB Variations
Color information
#A105C7 (or 0xA105C7) is known color: Dark Violet. HEX triplet: A1, 05 and C7. RGB value is (161,5,199). Sum of RGB (Red+Green+Blue) = 161+5+199=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #A105C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A105C7 is #5EFA38. Grayscale: #494949. Windows color (decimal): -6224441 or 13043105. OLE color: 13043105.
HSL color Cylindrical-coordinate representation of color #A105C7: hue angle of 288.25º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A105C7 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 5 | 199 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.22 |
| HSL | 288.25º | 0.95% | 0.4% | - |
| HSV(B) | 288.25º | 0.97% | 0.78% | - |
| XYZ | 25.06 | 11.81 | 54.99 | - |
| YUV | 73.76 | 198.68 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 199 | 0.19 | 0.97 | 0 | 0.22 | 288.25 | 0.95 | 0.4 |
| Hex | A1 | 5 | C7 | 13 | 61 | 0 | 16 | 120 | 5F | 28 |
| Octal | 241 | 5 | 307 | 23 | 141 | 0 | 26 | 440 | 137 | 50 |
| Binary | 10100001 | 101 | 11000111 | 10011 | 1100001 | 0 | 10110 | 100100000 | 1011111 | 101000 |
Color Harmonies of #A105C7
Complementary color
Monochromatic Colors of #A105C7
Black with #A105C7
Text Example
Text Example
White with #A105C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A105C7; }
p { color: rgb(161,5,199); }
H1.HeaderClassName
{
color: #A105C7;
}
.AnyTagClassName
{
color: #A105C7;
}
</style>
background-color css
<style>
a { background-color: #A105C7; }
a { background-color: rgb(161,5,199); }
div.DivClassName
{
background-color: #A105C7;
}
.BgClassName
{
background-color: #A105C7;
}
</style>
border-color css
<style>
span { border-color: #A105C7; }
span { border-color: rgb(161,5,199); }
td.TdClassName
{
border-color: #A105C7;
}
.TagClassName
{
border-color: #A105C7;
}
</style>