Shades of Blue Violet #A31BFD
Tints of Blue Violet #A31BFD
RGB
CMYK
RGB Variations
Color information
#A31BFD (or 0xA31BFD) is known color: Blue Violet. HEX triplet: A3, 1B and FD. RGB value is (163,27,253). Sum of RGB (Red+Green+Blue) = 163+27+253=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #A31BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31BFD is #5CE402. Grayscale: #5C5C5C. Windows color (decimal): -6087683 or 16587683. OLE color: 16587683.
HSL color Cylindrical-coordinate representation of color #A31BFD: hue angle of 276.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31BFD is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 27 | 253 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.01 |
| HSL | 276.11º | 0.98% | 0.55% | - |
| HSV(B) | 276.11º | 0.89% | 0.99% | - |
| XYZ | 33.23 | 15.66 | 94.2 | - |
| YUV | 93.43 | 218.06 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 253 | 0.36 | 0.89 | 0 | 0.01 | 276.11 | 0.98 | 0.55 |
| Hex | A3 | 1B | FD | 24 | 59 | 0 | 1 | 114 | 62 | 37 |
| Octal | 243 | 33 | 375 | 44 | 131 | 0 | 1 | 424 | 142 | 67 |
| Binary | 10100011 | 11011 | 11111101 | 100100 | 1011001 | 0 | 1 | 100010100 | 1100010 | 110111 |
Color Harmonies of #A31BFD
Complementary color
Monochromatic Colors of #A31BFD
Black with #A31BFD
Text Example
Text Example
White with #A31BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31BFD; }
p { color: rgb(163,27,253); }
H1.HeaderClassName
{
color: #A31BFD;
}
.AnyTagClassName
{
color: #A31BFD;
}
</style>
background-color css
<style>
a { background-color: #A31BFD; }
a { background-color: rgb(163,27,253); }
div.DivClassName
{
background-color: #A31BFD;
}
.BgClassName
{
background-color: #A31BFD;
}
</style>
border-color css
<style>
span { border-color: #A31BFD; }
span { border-color: rgb(163,27,253); }
td.TdClassName
{
border-color: #A31BFD;
}
.TagClassName
{
border-color: #A31BFD;
}
</style>