Shades of Dark Violet #A415CF
Tints of Dark Violet #A415CF
RGB
CMYK
RGB Variations
Color information
#A415CF (or 0xA415CF) is known color: Dark Violet. HEX triplet: A4, 15 and CF. RGB value is (164,21,207). Sum of RGB (Red+Green+Blue) = 164+21+207=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #A415CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A415CF is #5BEA30. Grayscale: #545454. Windows color (decimal): -6023729 or 13571492. OLE color: 13571492.
HSL color Cylindrical-coordinate representation of color #A415CF: hue angle of 286.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A415CF is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 21 | 207 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.19 |
| HSL | 286.13º | 0.82% | 0.45% | - |
| HSV(B) | 286.13º | 0.9% | 0.81% | - |
| XYZ | 26.84 | 12.93 | 60.11 | - |
| YUV | 84.96 | 196.88 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 207 | 0.21 | 0.90 | 0 | 0.19 | 286.13 | 0.82 | 0.45 |
| Hex | A4 | 15 | CF | 15 | 5A | 0 | 13 | 11E | 52 | 2D |
| Octal | 244 | 25 | 317 | 25 | 132 | 0 | 23 | 436 | 122 | 55 |
| Binary | 10100100 | 10101 | 11001111 | 10101 | 1011010 | 0 | 10011 | 100011110 | 1010010 | 101101 |
Color Harmonies of #A415CF
Complementary color
Monochromatic Colors of #A415CF
Black with #A415CF
Text Example
Text Example
White with #A415CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A415CF; }
p { color: rgb(164,21,207); }
H1.HeaderClassName
{
color: #A415CF;
}
.AnyTagClassName
{
color: #A415CF;
}
</style>
background-color css
<style>
a { background-color: #A415CF; }
a { background-color: rgb(164,21,207); }
div.DivClassName
{
background-color: #A415CF;
}
.BgClassName
{
background-color: #A415CF;
}
</style>
border-color css
<style>
span { border-color: #A415CF; }
span { border-color: rgb(164,21,207); }
td.TdClassName
{
border-color: #A415CF;
}
.TagClassName
{
border-color: #A415CF;
}
</style>