Shades of Dark Violet #A614AF
Tints of Dark Violet #A614AF
RGB
CMYK
RGB Variations
Color information
#A614AF (or 0xA614AF) is known color: Dark Violet. HEX triplet: A6, 14 and AF. RGB value is (166,20,175). Sum of RGB (Red+Green+Blue) = 166+20+175=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #A614AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A614AF is #59EB50. Grayscale: #505050. Windows color (decimal): -5892945 or 11474086. OLE color: 11474086.
HSL color Cylindrical-coordinate representation of color #A614AF: hue angle of 296.52º 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 #A614AF is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 20 | 175 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.31 |
| HSL | 296.52º | 0.79% | 0.38% | - |
| HSV(B) | 296.52º | 0.89% | 0.69% | - |
| XYZ | 23.71 | 11.7 | 41.57 | - |
| YUV | 81.32 | 180.87 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 175 | 0.05 | 0.89 | 0 | 0.31 | 296.52 | 0.79 | 0.38 |
| Hex | A6 | 14 | AF | 5 | 59 | 0 | 1F | 129 | 4F | 26 |
| Octal | 246 | 24 | 257 | 5 | 131 | 0 | 37 | 451 | 117 | 46 |
| Binary | 10100110 | 10100 | 10101111 | 101 | 1011001 | 0 | 11111 | 100101001 | 1001111 | 100110 |
Color Harmonies of #A614AF
Complementary color
Monochromatic Colors of #A614AF
Black with #A614AF
Text Example
Text Example
White with #A614AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A614AF; }
p { color: rgb(166,20,175); }
H1.HeaderClassName
{
color: #A614AF;
}
.AnyTagClassName
{
color: #A614AF;
}
</style>
background-color css
<style>
a { background-color: #A614AF; }
a { background-color: rgb(166,20,175); }
div.DivClassName
{
background-color: #A614AF;
}
.BgClassName
{
background-color: #A614AF;
}
</style>
border-color css
<style>
span { border-color: #A614AF; }
span { border-color: rgb(166,20,175); }
td.TdClassName
{
border-color: #A614AF;
}
.TagClassName
{
border-color: #A614AF;
}
</style>