Shades of Dark Violet #A118CF
Tints of Dark Violet #A118CF
RGB
CMYK
RGB Variations
Color information
#A118CF (or 0xA118CF) is known color: Dark Violet. HEX triplet: A1, 18 and CF. RGB value is (161,24,207). Sum of RGB (Red+Green+Blue) = 161+24+207=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 24 (9.77% from 255 or 6.12% 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 #A118CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A118CF is #5EE730. Grayscale: #555555. Windows color (decimal): -6219569 or 13572257. OLE color: 13572257.
HSL color Cylindrical-coordinate representation of color #A118CF: hue angle of 284.92º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A118CF is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 24 | 207 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.19 |
| HSL | 284.92º | 0.79% | 0.45% | - |
| HSV(B) | 284.92º | 0.88% | 0.81% | - |
| XYZ | 26.29 | 12.74 | 60.1 | - |
| YUV | 85.83 | 196.39 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 207 | 0.22 | 0.88 | 0 | 0.19 | 284.92 | 0.79 | 0.45 |
| Hex | A1 | 18 | CF | 16 | 58 | 0 | 13 | 11D | 4F | 2D |
| Octal | 241 | 30 | 317 | 26 | 130 | 0 | 23 | 435 | 117 | 55 |
| Binary | 10100001 | 11000 | 11001111 | 10110 | 1011000 | 0 | 10011 | 100011101 | 1001111 | 101101 |
Color Harmonies of #A118CF
Complementary color
Monochromatic Colors of #A118CF
Black with #A118CF
Text Example
Text Example
White with #A118CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A118CF; }
p { color: rgb(161,24,207); }
H1.HeaderClassName
{
color: #A118CF;
}
.AnyTagClassName
{
color: #A118CF;
}
</style>
background-color css
<style>
a { background-color: #A118CF; }
a { background-color: rgb(161,24,207); }
div.DivClassName
{
background-color: #A118CF;
}
.BgClassName
{
background-color: #A118CF;
}
</style>
border-color css
<style>
span { border-color: #A118CF; }
span { border-color: rgb(161,24,207); }
td.TdClassName
{
border-color: #A118CF;
}
.TagClassName
{
border-color: #A118CF;
}
</style>