Shades of Blue Violet #A018FE
Tints of Blue Violet #A018FE
RGB
CMYK
RGB Variations
Color information
#A018FE (or 0xA018FE) is known color: Blue Violet. HEX triplet: A0, 18 and FE. RGB value is (160,24,254). Sum of RGB (Red+Green+Blue) = 160+24+254=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #A018FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A018FE is #5FE701. Grayscale: #5A5A5A. Windows color (decimal): -6285058 or 16652448. OLE color: 16652448.
HSL color Cylindrical-coordinate representation of color #A018FE: hue angle of 275.48º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A018FE is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 24 | 254 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.00 |
| HSL | 275.48º | 0.99% | 0.55% | - |
| HSV(B) | 275.48º | 0.91% | 1% | - |
| XYZ | 32.71 | 15.28 | 94.99 | - |
| YUV | 90.88 | 220.06 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 254 | 0.37 | 0.91 | 0 | 0.00 | 275.48 | 0.99 | 0.55 |
| Hex | A0 | 18 | FE | 25 | 5B | 0 | 0 | 113 | 63 | 37 |
| Octal | 240 | 30 | 376 | 45 | 133 | 0 | 0 | 423 | 143 | 67 |
| Binary | 10100000 | 11000 | 11111110 | 100101 | 1011011 | 0 | 0 | 100010011 | 1100011 | 110111 |
Color Harmonies of #A018FE
Complementary color
Monochromatic Colors of #A018FE
Black with #A018FE
Text Example
Text Example
White with #A018FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018FE; }
p { color: rgb(160,24,254); }
H1.HeaderClassName
{
color: #A018FE;
}
.AnyTagClassName
{
color: #A018FE;
}
</style>
background-color css
<style>
a { background-color: #A018FE; }
a { background-color: rgb(160,24,254); }
div.DivClassName
{
background-color: #A018FE;
}
.BgClassName
{
background-color: #A018FE;
}
</style>
border-color css
<style>
span { border-color: #A018FE; }
span { border-color: rgb(160,24,254); }
td.TdClassName
{
border-color: #A018FE;
}
.TagClassName
{
border-color: #A018FE;
}
</style>