Shades of Blue Violet #A11AFD
Tints of Blue Violet #A11AFD
RGB
CMYK
RGB Variations
Color information
#A11AFD (or 0xA11AFD) is known color: Blue Violet. HEX triplet: A1, 1A and FD. RGB value is (161,26,253). Sum of RGB (Red+Green+Blue) = 161+26+253=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #A11AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11AFD is #5EE502. Grayscale: #5B5B5B. Windows color (decimal): -6219011 or 16587425. OLE color: 16587425.
HSL color Cylindrical-coordinate representation of color #A11AFD: hue angle of 275.68º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11AFD is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 26 | 253 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.01 |
| HSL | 275.68º | 0.98% | 0.55% | - |
| HSV(B) | 275.68º | 0.9% | 0.99% | - |
| XYZ | 32.8 | 15.41 | 94.17 | - |
| YUV | 92.24 | 218.73 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 253 | 0.36 | 0.90 | 0 | 0.01 | 275.68 | 0.98 | 0.55 |
| Hex | A1 | 1A | FD | 24 | 5A | 0 | 1 | 114 | 62 | 37 |
| Octal | 241 | 32 | 375 | 44 | 132 | 0 | 1 | 424 | 142 | 67 |
| Binary | 10100001 | 11010 | 11111101 | 100100 | 1011010 | 0 | 1 | 100010100 | 1100010 | 110111 |
Color Harmonies of #A11AFD
Complementary color
Monochromatic Colors of #A11AFD
Black with #A11AFD
Text Example
Text Example
White with #A11AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11AFD; }
p { color: rgb(161,26,253); }
H1.HeaderClassName
{
color: #A11AFD;
}
.AnyTagClassName
{
color: #A11AFD;
}
</style>
background-color css
<style>
a { background-color: #A11AFD; }
a { background-color: rgb(161,26,253); }
div.DivClassName
{
background-color: #A11AFD;
}
.BgClassName
{
background-color: #A11AFD;
}
</style>
border-color css
<style>
span { border-color: #A11AFD; }
span { border-color: rgb(161,26,253); }
td.TdClassName
{
border-color: #A11AFD;
}
.TagClassName
{
border-color: #A11AFD;
}
</style>