Shades of Blue Violet #A53FFB
Tints of Blue Violet #A53FFB
RGB
CMYK
RGB Variations
Color information
#A53FFB (or 0xA53FFB) is known color: Blue Violet. HEX triplet: A5, 3F and FB. RGB value is (165,63,251). Sum of RGB (Red+Green+Blue) = 165+63+251=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #A53FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53FFB is #5AC004. Grayscale: #727272. Windows color (decimal): -5947397 or 16465829. OLE color: 16465829.
HSL color Cylindrical-coordinate representation of color #A53FFB: hue angle of 272.55º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A53FFB is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 63 | 251 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.02 |
| HSL | 272.55º | 0.96% | 0.62% | - |
| HSV(B) | 272.55º | 0.75% | 0.98% | - |
| XYZ | 34.71 | 18.52 | 93.01 | - |
| YUV | 114.93 | 204.79 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 251 | 0.34 | 0.75 | 0 | 0.02 | 272.55 | 0.96 | 0.62 |
| Hex | A5 | 3F | FB | 22 | 4B | 0 | 2 | 111 | 60 | 3E |
| Octal | 245 | 77 | 373 | 42 | 113 | 0 | 2 | 421 | 140 | 76 |
| Binary | 10100101 | 111111 | 11111011 | 100010 | 1001011 | 0 | 10 | 100010001 | 1100000 | 111110 |
Color Harmonies of #A53FFB
Complementary color
Monochromatic Colors of #A53FFB
Black with #A53FFB
Text Example
Text Example
White with #A53FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53FFB; }
p { color: rgb(165,63,251); }
H1.HeaderClassName
{
color: #A53FFB;
}
.AnyTagClassName
{
color: #A53FFB;
}
</style>
background-color css
<style>
a { background-color: #A53FFB; }
a { background-color: rgb(165,63,251); }
div.DivClassName
{
background-color: #A53FFB;
}
.BgClassName
{
background-color: #A53FFB;
}
</style>
border-color css
<style>
span { border-color: #A53FFB; }
span { border-color: rgb(165,63,251); }
td.TdClassName
{
border-color: #A53FFB;
}
.TagClassName
{
border-color: #A53FFB;
}
</style>