Shades of Blue Violet #A018F9
Tints of Blue Violet #A018F9
RGB
CMYK
RGB Variations
Color information
#A018F9 (or 0xA018F9) is known color: Blue Violet. HEX triplet: A0, 18 and F9. RGB value is (160,24,249). Sum of RGB (Red+Green+Blue) = 160+24+249=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 249 (97.66% from 255 or 57.51% from 433); Max value from RGB is 249 - color contains mainly: blue. Hex color #A018F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A018F9 is #5FE706. Grayscale: #595959. Windows color (decimal): -6285063 or 16324768. OLE color: 16324768.
HSL color Cylindrical-coordinate representation of color #A018F9: hue angle of 276.27º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A018F9 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 24 | 249 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.02 |
| HSL | 276.27º | 0.95% | 0.54% | - |
| HSV(B) | 276.27º | 0.9% | 0.98% | - |
| XYZ | 31.92 | 14.97 | 90.83 | - |
| YUV | 90.31 | 217.56 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 249 | 0.36 | 0.90 | 0 | 0.02 | 276.27 | 0.95 | 0.54 |
| Hex | A0 | 18 | F9 | 24 | 5A | 0 | 2 | 114 | 5F | 36 |
| Octal | 240 | 30 | 371 | 44 | 132 | 0 | 2 | 424 | 137 | 66 |
| Binary | 10100000 | 11000 | 11111001 | 100100 | 1011010 | 0 | 10 | 100010100 | 1011111 | 110110 |
Color Harmonies of #A018F9
Complementary color
Monochromatic Colors of #A018F9
Black with #A018F9
Text Example
Text Example
White with #A018F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018F9; }
p { color: rgb(160,24,249); }
H1.HeaderClassName
{
color: #A018F9;
}
.AnyTagClassName
{
color: #A018F9;
}
</style>
background-color css
<style>
a { background-color: #A018F9; }
a { background-color: rgb(160,24,249); }
div.DivClassName
{
background-color: #A018F9;
}
.BgClassName
{
background-color: #A018F9;
}
</style>
border-color css
<style>
span { border-color: #A018F9; }
span { border-color: rgb(160,24,249); }
td.TdClassName
{
border-color: #A018F9;
}
.TagClassName
{
border-color: #A018F9;
}
</style>