Shades of Blue Violet #A11AF2
Tints of Blue Violet #A11AF2
RGB
CMYK
RGB Variations
Color information
#A11AF2 (or 0xA11AF2) is known color: Blue Violet. HEX triplet: A1, 1A and F2. RGB value is (161,26,242). Sum of RGB (Red+Green+Blue) = 161+26+242=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 242 (94.92% from 255 or 56.41% from 429); Max value from RGB is 242 - color contains mainly: blue. Hex color #A11AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11AF2 is #5EE50D. Grayscale: #5A5A5A. Windows color (decimal): -6219022 or 15866529. OLE color: 15866529.
HSL color Cylindrical-coordinate representation of color #A11AF2: hue angle of 277.5º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11AF2 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 26 | 242 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.05 |
| HSL | 277.5º | 0.89% | 0.53% | - |
| HSV(B) | 277.5º | 0.89% | 0.95% | - |
| XYZ | 31.09 | 14.73 | 85.21 | - |
| YUV | 90.99 | 213.23 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 242 | 0.33 | 0.89 | 0 | 0.05 | 277.5 | 0.89 | 0.53 |
| Hex | A1 | 1A | F2 | 21 | 59 | 0 | 5 | 116 | 59 | 35 |
| Octal | 241 | 32 | 362 | 41 | 131 | 0 | 5 | 426 | 131 | 65 |
| Binary | 10100001 | 11010 | 11110010 | 100001 | 1011001 | 0 | 101 | 100010110 | 1011001 | 110101 |
Color Harmonies of #A11AF2
Complementary color
Monochromatic Colors of #A11AF2
Black with #A11AF2
Text Example
Text Example
White with #A11AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11AF2; }
p { color: rgb(161,26,242); }
H1.HeaderClassName
{
color: #A11AF2;
}
.AnyTagClassName
{
color: #A11AF2;
}
</style>
background-color css
<style>
a { background-color: #A11AF2; }
a { background-color: rgb(161,26,242); }
div.DivClassName
{
background-color: #A11AF2;
}
.BgClassName
{
background-color: #A11AF2;
}
</style>
border-color css
<style>
span { border-color: #A11AF2; }
span { border-color: rgb(161,26,242); }
td.TdClassName
{
border-color: #A11AF2;
}
.TagClassName
{
border-color: #A11AF2;
}
</style>