Shades of Blue Violet #A331FB
Tints of Blue Violet #A331FB
RGB
CMYK
RGB Variations
Color information
#A331FB (or 0xA331FB) is known color: Blue Violet. HEX triplet: A3, 31 and FB. RGB value is (163,49,251). Sum of RGB (Red+Green+Blue) = 163+49+251=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #A331FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A331FB is #5CCE04. Grayscale: #696969. Windows color (decimal): -6082053 or 16462243. OLE color: 16462243.
HSL color Cylindrical-coordinate representation of color #A331FB: hue angle of 273.86º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A331FB is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 49 | 251 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.02 |
| HSL | 273.86º | 0.96% | 0.59% | - |
| HSV(B) | 273.86º | 0.8% | 0.98% | - |
| XYZ | 33.62 | 16.95 | 92.77 | - |
| YUV | 106.11 | 209.77 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 251 | 0.35 | 0.80 | 0 | 0.02 | 273.86 | 0.96 | 0.59 |
| Hex | A3 | 31 | FB | 23 | 50 | 0 | 2 | 112 | 60 | 3B |
| Octal | 243 | 61 | 373 | 43 | 120 | 0 | 2 | 422 | 140 | 73 |
| Binary | 10100011 | 110001 | 11111011 | 100011 | 1010000 | 0 | 10 | 100010010 | 1100000 | 111011 |
Color Harmonies of #A331FB
Complementary color
Monochromatic Colors of #A331FB
Black with #A331FB
Text Example
Text Example
White with #A331FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A331FB; }
p { color: rgb(163,49,251); }
H1.HeaderClassName
{
color: #A331FB;
}
.AnyTagClassName
{
color: #A331FB;
}
</style>
background-color css
<style>
a { background-color: #A331FB; }
a { background-color: rgb(163,49,251); }
div.DivClassName
{
background-color: #A331FB;
}
.BgClassName
{
background-color: #A331FB;
}
</style>
border-color css
<style>
span { border-color: #A331FB; }
span { border-color: rgb(163,49,251); }
td.TdClassName
{
border-color: #A331FB;
}
.TagClassName
{
border-color: #A331FB;
}
</style>