Shades of Dark Violet #A414D5
Tints of Dark Violet #A414D5
RGB
CMYK
RGB Variations
Color information
#A414D5 (or 0xA414D5) is known color: Dark Violet. HEX triplet: A4, 14 and D5. RGB value is (164,20,213). Sum of RGB (Red+Green+Blue) = 164+20+213=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 213 (83.59% from 255 or 53.65% from 397); Max value from RGB is 213 - color contains mainly: blue. Hex color #A414D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A414D5 is #5BEB2A. Grayscale: #545454. Windows color (decimal): -6023979 or 13964452. OLE color: 13964452.
HSL color Cylindrical-coordinate representation of color #A414D5: hue angle of 284.77º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A414D5 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 20 | 213 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.16 |
| HSL | 284.77º | 0.83% | 0.46% | - |
| HSV(B) | 284.77º | 0.91% | 0.84% | - |
| XYZ | 27.57 | 13.2 | 64.04 | - |
| YUV | 85.06 | 200.21 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 20 | 213 | 0.23 | 0.91 | 0 | 0.16 | 284.77 | 0.83 | 0.46 |
| Hex | A4 | 14 | D5 | 17 | 5B | 0 | 10 | 11D | 53 | 2E |
| Octal | 244 | 24 | 325 | 27 | 133 | 0 | 20 | 435 | 123 | 56 |
| Binary | 10100100 | 10100 | 11010101 | 10111 | 1011011 | 0 | 10000 | 100011101 | 1010011 | 101110 |
Color Harmonies of #A414D5
Complementary color
Monochromatic Colors of #A414D5
Black with #A414D5
Text Example
Text Example
White with #A414D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A414D5; }
p { color: rgb(164,20,213); }
H1.HeaderClassName
{
color: #A414D5;
}
.AnyTagClassName
{
color: #A414D5;
}
</style>
background-color css
<style>
a { background-color: #A414D5; }
a { background-color: rgb(164,20,213); }
div.DivClassName
{
background-color: #A414D5;
}
.BgClassName
{
background-color: #A414D5;
}
</style>
border-color css
<style>
span { border-color: #A414D5; }
span { border-color: rgb(164,20,213); }
td.TdClassName
{
border-color: #A414D5;
}
.TagClassName
{
border-color: #A414D5;
}
</style>