Shades of Dark Violet #A310AF
Tints of Dark Violet #A310AF
RGB
CMYK
RGB Variations
Color information
#A310AF (or 0xA310AF) is known color: Dark Violet. HEX triplet: A3, 10 and AF. RGB value is (163,16,175). Sum of RGB (Red+Green+Blue) = 163+16+175=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #A310AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A310AF is #5CEF50. Grayscale: #4D4D4D. Windows color (decimal): -6090577 or 11473059. OLE color: 11473059.
HSL color Cylindrical-coordinate representation of color #A310AF: hue angle of 295.47º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A310AF is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 16 | 175 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.31 |
| HSL | 295.47º | 0.83% | 0.37% | - |
| HSV(B) | 295.47º | 0.91% | 0.69% | - |
| XYZ | 23.03 | 11.25 | 41.52 | - |
| YUV | 78.08 | 182.7 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 175 | 0.07 | 0.91 | 0 | 0.31 | 295.47 | 0.83 | 0.37 |
| Hex | A3 | 10 | AF | 7 | 5B | 0 | 1F | 127 | 53 | 25 |
| Octal | 243 | 20 | 257 | 7 | 133 | 0 | 37 | 447 | 123 | 45 |
| Binary | 10100011 | 10000 | 10101111 | 111 | 1011011 | 0 | 11111 | 100100111 | 1010011 | 100101 |
Color Harmonies of #A310AF
Complementary color
Monochromatic Colors of #A310AF
Black with #A310AF
Text Example
Text Example
White with #A310AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A310AF; }
p { color: rgb(163,16,175); }
H1.HeaderClassName
{
color: #A310AF;
}
.AnyTagClassName
{
color: #A310AF;
}
</style>
background-color css
<style>
a { background-color: #A310AF; }
a { background-color: rgb(163,16,175); }
div.DivClassName
{
background-color: #A310AF;
}
.BgClassName
{
background-color: #A310AF;
}
</style>
border-color css
<style>
span { border-color: #A310AF; }
span { border-color: rgb(163,16,175); }
td.TdClassName
{
border-color: #A310AF;
}
.TagClassName
{
border-color: #A310AF;
}
</style>