Shades of Dark Violet #A314AF
Tints of Dark Violet #A314AF
RGB
CMYK
RGB Variations
Color information
#A314AF (or 0xA314AF) is known color: Dark Violet. HEX triplet: A3, 14 and AF. RGB value is (163,20,175). Sum of RGB (Red+Green+Blue) = 163+20+175=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #A314AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A314AF is #5CEB50. Grayscale: #4F4F4F. Windows color (decimal): -6089553 or 11474083. OLE color: 11474083.
HSL color Cylindrical-coordinate representation of color #A314AF: hue angle of 295.35º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A314AF is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 20 | 175 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.31 |
| HSL | 295.35º | 0.79% | 0.38% | - |
| HSV(B) | 295.35º | 0.89% | 0.69% | - |
| XYZ | 23.09 | 11.38 | 41.54 | - |
| YUV | 80.43 | 181.38 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 175 | 0.07 | 0.89 | 0 | 0.31 | 295.35 | 0.79 | 0.38 |
| Hex | A3 | 14 | AF | 7 | 59 | 0 | 1F | 127 | 4F | 26 |
| Octal | 243 | 24 | 257 | 7 | 131 | 0 | 37 | 447 | 117 | 46 |
| Binary | 10100011 | 10100 | 10101111 | 111 | 1011001 | 0 | 11111 | 100100111 | 1001111 | 100110 |
Color Harmonies of #A314AF
Complementary color
Monochromatic Colors of #A314AF
Black with #A314AF
Text Example
Text Example
White with #A314AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A314AF; }
p { color: rgb(163,20,175); }
H1.HeaderClassName
{
color: #A314AF;
}
.AnyTagClassName
{
color: #A314AF;
}
</style>
background-color css
<style>
a { background-color: #A314AF; }
a { background-color: rgb(163,20,175); }
div.DivClassName
{
background-color: #A314AF;
}
.BgClassName
{
background-color: #A314AF;
}
</style>
border-color css
<style>
span { border-color: #A314AF; }
span { border-color: rgb(163,20,175); }
td.TdClassName
{
border-color: #A314AF;
}
.TagClassName
{
border-color: #A314AF;
}
</style>