Shades of Blue Violet #A93BFD
Tints of Blue Violet #A93BFD
RGB
CMYK
RGB Variations
Color information
#A93BFD (or 0xA93BFD) is known color: Blue Violet. HEX triplet: A9, 3B and FD. RGB value is (169,59,253). Sum of RGB (Red+Green+Blue) = 169+59+253=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 59 (23.44% from 255 or 12.27% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #A93BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93BFD is #56C402. Grayscale: #717171. Windows color (decimal): -5686275 or 16595881. OLE color: 16595881.
HSL color Cylindrical-coordinate representation of color #A93BFD: hue angle of 274.02º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A93BFD is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 59 | 253 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.01 |
| HSL | 274.02º | 0.98% | 0.61% | - |
| HSV(B) | 274.02º | 0.77% | 0.99% | - |
| XYZ | 35.66 | 18.65 | 94.65 | - |
| YUV | 114.01 | 206.44 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 253 | 0.33 | 0.77 | 0 | 0.01 | 274.02 | 0.98 | 0.61 |
| Hex | A9 | 3B | FD | 21 | 4D | 0 | 1 | 112 | 62 | 3D |
| Octal | 251 | 73 | 375 | 41 | 115 | 0 | 1 | 422 | 142 | 75 |
| Binary | 10101001 | 111011 | 11111101 | 100001 | 1001101 | 0 | 1 | 100010010 | 1100010 | 111101 |
Color Harmonies of #A93BFD
Complementary color
Monochromatic Colors of #A93BFD
Black with #A93BFD
Text Example
Text Example
White with #A93BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93BFD; }
p { color: rgb(169,59,253); }
H1.HeaderClassName
{
color: #A93BFD;
}
.AnyTagClassName
{
color: #A93BFD;
}
</style>
background-color css
<style>
a { background-color: #A93BFD; }
a { background-color: rgb(169,59,253); }
div.DivClassName
{
background-color: #A93BFD;
}
.BgClassName
{
background-color: #A93BFD;
}
</style>
border-color css
<style>
span { border-color: #A93BFD; }
span { border-color: rgb(169,59,253); }
td.TdClassName
{
border-color: #A93BFD;
}
.TagClassName
{
border-color: #A93BFD;
}
</style>