Shades of Blue Violet #A027F1
Tints of Blue Violet #A027F1
RGB
CMYK
RGB Variations
Color information
#A027F1 (or 0xA027F1) is known color: Blue Violet. HEX triplet: A0, 27 and F1. RGB value is (160,39,241). Sum of RGB (Red+Green+Blue) = 160+39+241=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #A027F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A027F1 is #5FD80E. Grayscale: #616161. Windows color (decimal): -6281231 or 15804320. OLE color: 15804320.
HSL color Cylindrical-coordinate representation of color #A027F1: hue angle of 275.94º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A027F1 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 39 | 241 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.05 |
| HSL | 275.94º | 0.88% | 0.55% | - |
| HSV(B) | 275.94º | 0.84% | 0.95% | - |
| XYZ | 31.1 | 15.28 | 84.53 | - |
| YUV | 98.21 | 208.59 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 241 | 0.34 | 0.84 | 0 | 0.05 | 275.94 | 0.88 | 0.55 |
| Hex | A0 | 27 | F1 | 22 | 54 | 0 | 5 | 114 | 58 | 37 |
| Octal | 240 | 47 | 361 | 42 | 124 | 0 | 5 | 424 | 130 | 67 |
| Binary | 10100000 | 100111 | 11110001 | 100010 | 1010100 | 0 | 101 | 100010100 | 1011000 | 110111 |
Color Harmonies of #A027F1
Complementary color
Monochromatic Colors of #A027F1
Black with #A027F1
Text Example
Text Example
White with #A027F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A027F1; }
p { color: rgb(160,39,241); }
H1.HeaderClassName
{
color: #A027F1;
}
.AnyTagClassName
{
color: #A027F1;
}
</style>
background-color css
<style>
a { background-color: #A027F1; }
a { background-color: rgb(160,39,241); }
div.DivClassName
{
background-color: #A027F1;
}
.BgClassName
{
background-color: #A027F1;
}
</style>
border-color css
<style>
span { border-color: #A027F1; }
span { border-color: rgb(160,39,241); }
td.TdClassName
{
border-color: #A027F1;
}
.TagClassName
{
border-color: #A027F1;
}
</style>