Shades of Dark Violet #A415D8
Tints of Dark Violet #A415D8
RGB
CMYK
RGB Variations
Color information
#A415D8 (or 0xA415D8) is known color: Dark Violet. HEX triplet: A4, 15 and D8. RGB value is (164,21,216). Sum of RGB (Red+Green+Blue) = 164+21+216=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 216 (84.77% from 255 or 53.87% from 401); Max value from RGB is 216 - color contains mainly: blue. Hex color #A415D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A415D8 is #5BEA27. Grayscale: #555555. Windows color (decimal): -6023720 or 14161316. OLE color: 14161316.
HSL color Cylindrical-coordinate representation of color #A415D8: hue angle of 284º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A415D8 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 21 | 216 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.15 |
| HSL | 284º | 0.82% | 0.46% | - |
| HSV(B) | 284º | 0.9% | 0.85% | - |
| XYZ | 27.97 | 13.39 | 66.08 | - |
| YUV | 85.99 | 201.38 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 216 | 0.24 | 0.90 | 0 | 0.15 | 284 | 0.82 | 0.46 |
| Hex | A4 | 15 | D8 | 18 | 5A | 0 | F | 11C | 52 | 2E |
| Octal | 244 | 25 | 330 | 30 | 132 | 0 | 17 | 434 | 122 | 56 |
| Binary | 10100100 | 10101 | 11011000 | 11000 | 1011010 | 0 | 1111 | 100011100 | 1010010 | 101110 |
Color Harmonies of #A415D8
Complementary color
Monochromatic Colors of #A415D8
Black with #A415D8
Text Example
Text Example
White with #A415D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A415D8; }
p { color: rgb(164,21,216); }
H1.HeaderClassName
{
color: #A415D8;
}
.AnyTagClassName
{
color: #A415D8;
}
</style>
background-color css
<style>
a { background-color: #A415D8; }
a { background-color: rgb(164,21,216); }
div.DivClassName
{
background-color: #A415D8;
}
.BgClassName
{
background-color: #A415D8;
}
</style>
border-color css
<style>
span { border-color: #A415D8; }
span { border-color: rgb(164,21,216); }
td.TdClassName
{
border-color: #A415D8;
}
.TagClassName
{
border-color: #A415D8;
}
</style>