Shades of Blue Violet #A018F8
Tints of Blue Violet #A018F8
RGB
CMYK
RGB Variations
Color information
#A018F8 (or 0xA018F8) is known color: Blue Violet. HEX triplet: A0, 18 and F8. RGB value is (160,24,248). Sum of RGB (Red+Green+Blue) = 160+24+248=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 248 (97.27% from 255 or 57.41% from 432); Max value from RGB is 248 - color contains mainly: blue. Hex color #A018F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A018F8 is #5FE707. Grayscale: #595959. Windows color (decimal): -6285064 or 16259232. OLE color: 16259232.
HSL color Cylindrical-coordinate representation of color #A018F8: hue angle of 276.43º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A018F8 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 24 | 248 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.03 |
| HSL | 276.43º | 0.94% | 0.53% | - |
| HSV(B) | 276.43º | 0.9% | 0.97% | - |
| XYZ | 31.77 | 14.9 | 90.01 | - |
| YUV | 90.2 | 217.06 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 248 | 0.35 | 0.90 | 0 | 0.03 | 276.43 | 0.94 | 0.53 |
| Hex | A0 | 18 | F8 | 23 | 5A | 0 | 3 | 114 | 5E | 35 |
| Octal | 240 | 30 | 370 | 43 | 132 | 0 | 3 | 424 | 136 | 65 |
| Binary | 10100000 | 11000 | 11111000 | 100011 | 1011010 | 0 | 11 | 100010100 | 1011110 | 110101 |
Color Harmonies of #A018F8
Complementary color
Monochromatic Colors of #A018F8
Black with #A018F8
Text Example
Text Example
White with #A018F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018F8; }
p { color: rgb(160,24,248); }
H1.HeaderClassName
{
color: #A018F8;
}
.AnyTagClassName
{
color: #A018F8;
}
</style>
background-color css
<style>
a { background-color: #A018F8; }
a { background-color: rgb(160,24,248); }
div.DivClassName
{
background-color: #A018F8;
}
.BgClassName
{
background-color: #A018F8;
}
</style>
border-color css
<style>
span { border-color: #A018F8; }
span { border-color: rgb(160,24,248); }
td.TdClassName
{
border-color: #A018F8;
}
.TagClassName
{
border-color: #A018F8;
}
</style>