Shades of Blue Violet #A018FF
Tints of Blue Violet #A018FF
RGB
CMYK
RGB Variations
Color information
#A018FF (or 0xA018FF) is known color: Blue Violet. HEX triplet: A0, 18 and FF. RGB value is (160,24,255). Sum of RGB (Red+Green+Blue) = 160+24+255=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #A018FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A018FF is #5FE700. Grayscale: #5A5A5A. Windows color (decimal): -6285057 or 16717984. OLE color: 16717984.
HSL color Cylindrical-coordinate representation of color #A018FF: hue angle of 275.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A018FF is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 24 | 255 | - |
| CMYK | 0.37 | 0.91 | 0 | 0 |
| HSL | 275.32º | 1% | 0.55% | - |
| HSV(B) | 275.32º | 0.91% | 1% | - |
| XYZ | 32.87 | 15.35 | 95.84 | - |
| YUV | 91 | 220.56 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 255 | 0.37 | 0.91 | 0 | 0 | 275.32 | 1 | 0.55 |
| Hex | A0 | 18 | FF | 25 | 5B | 0 | 0 | 113 | 64 | 37 |
| Octal | 240 | 30 | 377 | 45 | 133 | 0 | 0 | 423 | 144 | 67 |
| Binary | 10100000 | 11000 | 11111111 | 100101 | 1011011 | 0 | 0 | 100010011 | 1100100 | 110111 |
Color Harmonies of #A018FF
Complementary color
Monochromatic Colors of #A018FF
Black with #A018FF
Text Example
Text Example
White with #A018FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018FF; }
p { color: rgb(160,24,255); }
H1.HeaderClassName
{
color: #A018FF;
}
.AnyTagClassName
{
color: #A018FF;
}
</style>
background-color css
<style>
a { background-color: #A018FF; }
a { background-color: rgb(160,24,255); }
div.DivClassName
{
background-color: #A018FF;
}
.BgClassName
{
background-color: #A018FF;
}
</style>
border-color css
<style>
span { border-color: #A018FF; }
span { border-color: rgb(160,24,255); }
td.TdClassName
{
border-color: #A018FF;
}
.TagClassName
{
border-color: #A018FF;
}
</style>