Shades of Blue Violet #A11FFD
Tints of Blue Violet #A11FFD
RGB
CMYK
RGB Variations
Color information
#A11FFD (or 0xA11FFD) is known color: Blue Violet. HEX triplet: A1, 1F and FD. RGB value is (161,31,253). Sum of RGB (Red+Green+Blue) = 161+31+253=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 31 (12.5% from 255 or 6.97% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #A11FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11FFD is #5EE002. Grayscale: #5E5E5E. Windows color (decimal): -6217731 or 16588705. OLE color: 16588705.
HSL color Cylindrical-coordinate representation of color #A11FFD: hue angle of 275.14º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11FFD is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 31 | 253 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.01 |
| HSL | 275.14º | 0.98% | 0.56% | - |
| HSV(B) | 275.14º | 0.88% | 0.99% | - |
| XYZ | 32.92 | 15.65 | 94.21 | - |
| YUV | 95.18 | 217.07 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 253 | 0.36 | 0.88 | 0 | 0.01 | 275.14 | 0.98 | 0.56 |
| Hex | A1 | 1F | FD | 24 | 58 | 0 | 1 | 113 | 62 | 38 |
| Octal | 241 | 37 | 375 | 44 | 130 | 0 | 1 | 423 | 142 | 70 |
| Binary | 10100001 | 11111 | 11111101 | 100100 | 1011000 | 0 | 1 | 100010011 | 1100010 | 111000 |
Color Harmonies of #A11FFD
Complementary color
Monochromatic Colors of #A11FFD
Black with #A11FFD
Text Example
Text Example
White with #A11FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FFD; }
p { color: rgb(161,31,253); }
H1.HeaderClassName
{
color: #A11FFD;
}
.AnyTagClassName
{
color: #A11FFD;
}
</style>
background-color css
<style>
a { background-color: #A11FFD; }
a { background-color: rgb(161,31,253); }
div.DivClassName
{
background-color: #A11FFD;
}
.BgClassName
{
background-color: #A11FFD;
}
</style>
border-color css
<style>
span { border-color: #A11FFD; }
span { border-color: rgb(161,31,253); }
td.TdClassName
{
border-color: #A11FFD;
}
.TagClassName
{
border-color: #A11FFD;
}
</style>