Shades of Blue Violet #A53AF6
Tints of Blue Violet #A53AF6
RGB
CMYK
RGB Variations
Color information
#A53AF6 (or 0xA53AF6) is known color: Blue Violet. HEX triplet: A5, 3A and F6. RGB value is (165,58,246). Sum of RGB (Red+Green+Blue) = 165+58+246=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #A53AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53AF6 is #5AC509. Grayscale: #6E6E6E. Windows color (decimal): -5948682 or 16136869. OLE color: 16136869.
HSL color Cylindrical-coordinate representation of color #A53AF6: hue angle of 274.15º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A53AF6 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 58 | 246 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.04 |
| HSL | 274.15º | 0.91% | 0.6% | - |
| HSV(B) | 274.15º | 0.76% | 0.96% | - |
| XYZ | 33.66 | 17.68 | 88.83 | - |
| YUV | 111.43 | 203.95 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 246 | 0.33 | 0.76 | 0 | 0.04 | 274.15 | 0.91 | 0.6 |
| Hex | A5 | 3A | F6 | 21 | 4C | 0 | 4 | 112 | 5B | 3C |
| Octal | 245 | 72 | 366 | 41 | 114 | 0 | 4 | 422 | 133 | 74 |
| Binary | 10100101 | 111010 | 11110110 | 100001 | 1001100 | 0 | 100 | 100010010 | 1011011 | 111100 |
Color Harmonies of #A53AF6
Complementary color
Monochromatic Colors of #A53AF6
Black with #A53AF6
Text Example
Text Example
White with #A53AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53AF6; }
p { color: rgb(165,58,246); }
H1.HeaderClassName
{
color: #A53AF6;
}
.AnyTagClassName
{
color: #A53AF6;
}
</style>
background-color css
<style>
a { background-color: #A53AF6; }
a { background-color: rgb(165,58,246); }
div.DivClassName
{
background-color: #A53AF6;
}
.BgClassName
{
background-color: #A53AF6;
}
</style>
border-color css
<style>
span { border-color: #A53AF6; }
span { border-color: rgb(165,58,246); }
td.TdClassName
{
border-color: #A53AF6;
}
.TagClassName
{
border-color: #A53AF6;
}
</style>