Shades of Dark Violet #A103AF
Tints of Dark Violet #A103AF
RGB
CMYK
RGB Variations
Color information
#A103AF (or 0xA103AF) is known color: Dark Violet. HEX triplet: A1, 03 and AF. RGB value is (161,3,175). Sum of RGB (Red+Green+Blue) = 161+3+175=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #A103AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A103AF is #5EFC50. Grayscale: #454545. Windows color (decimal): -6224977 or 11469729. OLE color: 11469729.
HSL color Cylindrical-coordinate representation of color #A103AF: hue angle of 295.12º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A103AF is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 3 | 175 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.31 |
| HSL | 295.12º | 0.97% | 0.35% | - |
| HSV(B) | 295.12º | 0.98% | 0.69% | - |
| XYZ | 22.47 | 10.74 | 41.45 | - |
| YUV | 69.85 | 187.35 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 175 | 0.08 | 0.98 | 0 | 0.31 | 295.12 | 0.97 | 0.35 |
| Hex | A1 | 3 | AF | 8 | 62 | 0 | 1F | 127 | 61 | 23 |
| Octal | 241 | 3 | 257 | 10 | 142 | 0 | 37 | 447 | 141 | 43 |
| Binary | 10100001 | 11 | 10101111 | 1000 | 1100010 | 0 | 11111 | 100100111 | 1100001 | 100011 |
Color Harmonies of #A103AF
Complementary color
Monochromatic Colors of #A103AF
Black with #A103AF
Text Example
Text Example
White with #A103AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103AF; }
p { color: rgb(161,3,175); }
H1.HeaderClassName
{
color: #A103AF;
}
.AnyTagClassName
{
color: #A103AF;
}
</style>
background-color css
<style>
a { background-color: #A103AF; }
a { background-color: rgb(161,3,175); }
div.DivClassName
{
background-color: #A103AF;
}
.BgClassName
{
background-color: #A103AF;
}
</style>
border-color css
<style>
span { border-color: #A103AF; }
span { border-color: rgb(161,3,175); }
td.TdClassName
{
border-color: #A103AF;
}
.TagClassName
{
border-color: #A103AF;
}
</style>