Shades of Blue Violet #A018F5
Tints of Blue Violet #A018F5
RGB
CMYK
RGB Variations
Color information
#A018F5 (or 0xA018F5) is known color: Blue Violet. HEX triplet: A0, 18 and F5. RGB value is (160,24,245). Sum of RGB (Red+Green+Blue) = 160+24+245=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 245 (96.09% from 255 or 57.11% from 429); Max value from RGB is 245 - color contains mainly: blue. Hex color #A018F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A018F5 is #5FE70A. Grayscale: #595959. Windows color (decimal): -6285067 or 16062624. OLE color: 16062624.
HSL color Cylindrical-coordinate representation of color #A018F5: hue angle of 276.92º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A018F5 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 24 | 245 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.04 |
| HSL | 276.92º | 0.92% | 0.53% | - |
| HSV(B) | 276.92º | 0.9% | 0.96% | - |
| XYZ | 31.31 | 14.72 | 87.58 | - |
| YUV | 89.86 | 215.56 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 245 | 0.35 | 0.90 | 0 | 0.04 | 276.92 | 0.92 | 0.53 |
| Hex | A0 | 18 | F5 | 23 | 5A | 0 | 4 | 115 | 5C | 35 |
| Octal | 240 | 30 | 365 | 43 | 132 | 0 | 4 | 425 | 134 | 65 |
| Binary | 10100000 | 11000 | 11110101 | 100011 | 1011010 | 0 | 100 | 100010101 | 1011100 | 110101 |
Color Harmonies of #A018F5
Complementary color
Monochromatic Colors of #A018F5
Black with #A018F5
Text Example
Text Example
White with #A018F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018F5; }
p { color: rgb(160,24,245); }
H1.HeaderClassName
{
color: #A018F5;
}
.AnyTagClassName
{
color: #A018F5;
}
</style>
background-color css
<style>
a { background-color: #A018F5; }
a { background-color: rgb(160,24,245); }
div.DivClassName
{
background-color: #A018F5;
}
.BgClassName
{
background-color: #A018F5;
}
</style>
border-color css
<style>
span { border-color: #A018F5; }
span { border-color: rgb(160,24,245); }
td.TdClassName
{
border-color: #A018F5;
}
.TagClassName
{
border-color: #A018F5;
}
</style>