Shades of Dark Violet #A614B5
Tints of Dark Violet #A614B5
RGB
CMYK
RGB Variations
Color information
#A614B5 (or 0xA614B5) is known color: Dark Violet. HEX triplet: A6, 14 and B5. RGB value is (166,20,181). Sum of RGB (Red+Green+Blue) = 166+20+181=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 181 (71.09% from 255 or 49.32% from 367); Max value from RGB is 181 - color contains mainly: blue. Hex color #A614B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A614B5 is #59EB4A. Grayscale: #515151. Windows color (decimal): -5892939 or 11867302. OLE color: 11867302.
HSL color Cylindrical-coordinate representation of color #A614B5: hue angle of 294.41º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A614B5 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 20 | 181 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.29 |
| HSL | 294.41º | 0.8% | 0.39% | - |
| HSV(B) | 294.41º | 0.89% | 0.71% | - |
| XYZ | 24.32 | 11.94 | 44.74 | - |
| YUV | 82.01 | 183.87 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 181 | 0.08 | 0.89 | 0 | 0.29 | 294.41 | 0.8 | 0.39 |
| Hex | A6 | 14 | B5 | 8 | 59 | 0 | 1D | 126 | 50 | 27 |
| Octal | 246 | 24 | 265 | 10 | 131 | 0 | 35 | 446 | 120 | 47 |
| Binary | 10100110 | 10100 | 10110101 | 1000 | 1011001 | 0 | 11101 | 100100110 | 1010000 | 100111 |
Color Harmonies of #A614B5
Complementary color
Monochromatic Colors of #A614B5
Black with #A614B5
Text Example
Text Example
White with #A614B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A614B5; }
p { color: rgb(166,20,181); }
H1.HeaderClassName
{
color: #A614B5;
}
.AnyTagClassName
{
color: #A614B5;
}
</style>
background-color css
<style>
a { background-color: #A614B5; }
a { background-color: rgb(166,20,181); }
div.DivClassName
{
background-color: #A614B5;
}
.BgClassName
{
background-color: #A614B5;
}
</style>
border-color css
<style>
span { border-color: #A614B5; }
span { border-color: rgb(166,20,181); }
td.TdClassName
{
border-color: #A614B5;
}
.TagClassName
{
border-color: #A614B5;
}
</style>