Shades of Blue Violet #A01BFD
Tints of Blue Violet #A01BFD
RGB
CMYK
RGB Variations
Color information
#A01BFD (or 0xA01BFD) is known color: Blue Violet. HEX triplet: A0, 1B and FD. RGB value is (160,27,253). Sum of RGB (Red+Green+Blue) = 160+27+253=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 27 (10.94% from 255 or 6.14% 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 #A01BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01BFD is #5FE402. Grayscale: #5B5B5B. Windows color (decimal): -6284291 or 16587680. OLE color: 16587680.
HSL color Cylindrical-coordinate representation of color #A01BFD: hue angle of 275.31º 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 #A01BFD is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 27 | 253 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.01 |
| HSL | 275.31º | 0.98% | 0.55% | - |
| HSV(B) | 275.31º | 0.89% | 0.99% | - |
| XYZ | 32.62 | 15.35 | 94.17 | - |
| YUV | 92.53 | 218.56 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 253 | 0.37 | 0.89 | 0 | 0.01 | 275.31 | 0.98 | 0.55 |
| Hex | A0 | 1B | FD | 25 | 59 | 0 | 1 | 113 | 62 | 37 |
| Octal | 240 | 33 | 375 | 45 | 131 | 0 | 1 | 423 | 142 | 67 |
| Binary | 10100000 | 11011 | 11111101 | 100101 | 1011001 | 0 | 1 | 100010011 | 1100010 | 110111 |
Color Harmonies of #A01BFD
Complementary color
Monochromatic Colors of #A01BFD
Black with #A01BFD
Text Example
Text Example
White with #A01BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01BFD; }
p { color: rgb(160,27,253); }
H1.HeaderClassName
{
color: #A01BFD;
}
.AnyTagClassName
{
color: #A01BFD;
}
</style>
background-color css
<style>
a { background-color: #A01BFD; }
a { background-color: rgb(160,27,253); }
div.DivClassName
{
background-color: #A01BFD;
}
.BgClassName
{
background-color: #A01BFD;
}
</style>
border-color css
<style>
span { border-color: #A01BFD; }
span { border-color: rgb(160,27,253); }
td.TdClassName
{
border-color: #A01BFD;
}
.TagClassName
{
border-color: #A01BFD;
}
</style>