Shades of Blue Violet #A31CFD
Tints of Blue Violet #A31CFD
RGB
CMYK
RGB Variations
Color information
#A31CFD (or 0xA31CFD) is known color: Blue Violet. HEX triplet: A3, 1C and FD. RGB value is (163,28,253). Sum of RGB (Red+Green+Blue) = 163+28+253=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #A31CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31CFD is #5CE302. Grayscale: #5D5D5D. Windows color (decimal): -6087427 or 16587939. OLE color: 16587939.
HSL color Cylindrical-coordinate representation of color #A31CFD: hue angle of 276º 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 #A31CFD is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 28 | 253 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.01 |
| HSL | 276º | 0.98% | 0.55% | - |
| HSV(B) | 276º | 0.89% | 0.99% | - |
| XYZ | 33.25 | 15.71 | 94.21 | - |
| YUV | 94.02 | 217.73 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 253 | 0.36 | 0.89 | 0 | 0.01 | 276 | 0.98 | 0.55 |
| Hex | A3 | 1C | FD | 24 | 59 | 0 | 1 | 114 | 62 | 37 |
| Octal | 243 | 34 | 375 | 44 | 131 | 0 | 1 | 424 | 142 | 67 |
| Binary | 10100011 | 11100 | 11111101 | 100100 | 1011001 | 0 | 1 | 100010100 | 1100010 | 110111 |
Color Harmonies of #A31CFD
Complementary color
Monochromatic Colors of #A31CFD
Black with #A31CFD
Text Example
Text Example
White with #A31CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CFD; }
p { color: rgb(163,28,253); }
H1.HeaderClassName
{
color: #A31CFD;
}
.AnyTagClassName
{
color: #A31CFD;
}
</style>
background-color css
<style>
a { background-color: #A31CFD; }
a { background-color: rgb(163,28,253); }
div.DivClassName
{
background-color: #A31CFD;
}
.BgClassName
{
background-color: #A31CFD;
}
</style>
border-color css
<style>
span { border-color: #A31CFD; }
span { border-color: rgb(163,28,253); }
td.TdClassName
{
border-color: #A31CFD;
}
.TagClassName
{
border-color: #A31CFD;
}
</style>