Shades of Dark Violet #A018CF
Tints of Dark Violet #A018CF
RGB
CMYK
RGB Variations
Color information
#A018CF (or 0xA018CF) is known color: Dark Violet. HEX triplet: A0, 18 and CF. RGB value is (160,24,207). Sum of RGB (Red+Green+Blue) = 160+24+207=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #A018CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018CF is #5FE730. Grayscale: #545454. Windows color (decimal): -6285105 or 13572256. OLE color: 13572256.
HSL color Cylindrical-coordinate representation of color #A018CF: hue angle of 284.59º 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 #A018CF is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 24 | 207 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.19 |
| HSL | 284.59º | 0.79% | 0.45% | - |
| HSV(B) | 284.59º | 0.88% | 0.81% | - |
| XYZ | 26.09 | 12.63 | 60.09 | - |
| YUV | 85.53 | 196.56 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 207 | 0.23 | 0.88 | 0 | 0.19 | 284.59 | 0.79 | 0.45 |
| Hex | A0 | 18 | CF | 17 | 58 | 0 | 13 | 11D | 4F | 2D |
| Octal | 240 | 30 | 317 | 27 | 130 | 0 | 23 | 435 | 117 | 55 |
| Binary | 10100000 | 11000 | 11001111 | 10111 | 1011000 | 0 | 10011 | 100011101 | 1001111 | 101101 |
Color Harmonies of #A018CF
Complementary color
Monochromatic Colors of #A018CF
Black with #A018CF
Text Example
Text Example
White with #A018CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018CF; }
p { color: rgb(160,24,207); }
H1.HeaderClassName
{
color: #A018CF;
}
.AnyTagClassName
{
color: #A018CF;
}
</style>
background-color css
<style>
a { background-color: #A018CF; }
a { background-color: rgb(160,24,207); }
div.DivClassName
{
background-color: #A018CF;
}
.BgClassName
{
background-color: #A018CF;
}
</style>
border-color css
<style>
span { border-color: #A018CF; }
span { border-color: rgb(160,24,207); }
td.TdClassName
{
border-color: #A018CF;
}
.TagClassName
{
border-color: #A018CF;
}
</style>