Shades of Blue Violet #A018FC
Tints of Blue Violet #A018FC
RGB
CMYK
RGB Variations
Color information
#A018FC (or 0xA018FC) is known color: Blue Violet. HEX triplet: A0, 18 and FC. RGB value is (160,24,252). Sum of RGB (Red+Green+Blue) = 160+24+252=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #A018FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A018FC is #5FE703. Grayscale: #595959. Windows color (decimal): -6285060 or 16521376. OLE color: 16521376.
HSL color Cylindrical-coordinate representation of color #A018FC: hue angle of 275.79º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A018FC is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 24 | 252 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.01 |
| HSL | 275.79º | 0.97% | 0.54% | - |
| HSV(B) | 275.79º | 0.9% | 0.99% | - |
| XYZ | 32.39 | 15.16 | 93.31 | - |
| YUV | 90.66 | 219.06 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 252 | 0.37 | 0.90 | 0 | 0.01 | 275.79 | 0.97 | 0.54 |
| Hex | A0 | 18 | FC | 25 | 5A | 0 | 1 | 114 | 61 | 36 |
| Octal | 240 | 30 | 374 | 45 | 132 | 0 | 1 | 424 | 141 | 66 |
| Binary | 10100000 | 11000 | 11111100 | 100101 | 1011010 | 0 | 1 | 100010100 | 1100001 | 110110 |
Color Harmonies of #A018FC
Complementary color
Monochromatic Colors of #A018FC
Black with #A018FC
Text Example
Text Example
White with #A018FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018FC; }
p { color: rgb(160,24,252); }
H1.HeaderClassName
{
color: #A018FC;
}
.AnyTagClassName
{
color: #A018FC;
}
</style>
background-color css
<style>
a { background-color: #A018FC; }
a { background-color: rgb(160,24,252); }
div.DivClassName
{
background-color: #A018FC;
}
.BgClassName
{
background-color: #A018FC;
}
</style>
border-color css
<style>
span { border-color: #A018FC; }
span { border-color: rgb(160,24,252); }
td.TdClassName
{
border-color: #A018FC;
}
.TagClassName
{
border-color: #A018FC;
}
</style>