Shades of Dark Violet #A000AF
Tints of Dark Violet #A000AF
RGB
CMYK
RGB Variations
Color information
#A000AF (or 0xA000AF) is known color: Dark Violet. HEX triplet: A0, 00 and AF. RGB value is (160,0,175). Sum of RGB (Red+Green+Blue) = 160+0+175=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #A000AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A000AF is #5FFF50. Grayscale: #434343. Windows color (decimal): -6291281 or 11468960. OLE color: 11468960.
HSL color Cylindrical-coordinate representation of color #A000AF: hue angle of 294.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000AF is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 0 | 175 | - |
| CMYK | 0.09 | 1 | 0 | 0.31 |
| HSL | 294.86º | 1% | 0.34% | - |
| HSV(B) | 294.86º | 1% | 0.69% | - |
| XYZ | 22.24 | 10.57 | 41.43 | - |
| YUV | 67.79 | 188.51 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 175 | 0.09 | 1 | 0 | 0.31 | 294.86 | 1 | 0.34 |
| Hex | A0 | 0 | AF | 9 | 64 | 0 | 1F | 127 | 64 | 22 |
| Octal | 240 | 0 | 257 | 11 | 144 | 0 | 37 | 447 | 144 | 42 |
| Binary | 10100000 | 0 | 10101111 | 1001 | 1100100 | 0 | 11111 | 100100111 | 1100100 | 100010 |
Color Harmonies of #A000AF
Complementary color
Monochromatic Colors of #A000AF
Black with #A000AF
Text Example
Text Example
White with #A000AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000AF; }
p { color: rgb(160,0,175); }
H1.HeaderClassName
{
color: #A000AF;
}
.AnyTagClassName
{
color: #A000AF;
}
</style>
background-color css
<style>
a { background-color: #A000AF; }
a { background-color: rgb(160,0,175); }
div.DivClassName
{
background-color: #A000AF;
}
.BgClassName
{
background-color: #A000AF;
}
</style>
border-color css
<style>
span { border-color: #A000AF; }
span { border-color: rgb(160,0,175); }
td.TdClassName
{
border-color: #A000AF;
}
.TagClassName
{
border-color: #A000AF;
}
</style>