Shades of Blue Violet #A33AF6
Tints of Blue Violet #A33AF6
RGB
CMYK
RGB Variations
Color information
#A33AF6 (or 0xA33AF6) is known color: Blue Violet. HEX triplet: A3, 3A and F6. RGB value is (163,58,246). Sum of RGB (Red+Green+Blue) = 163+58+246=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #A33AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33AF6 is #5CC509. Grayscale: #6E6E6E. Windows color (decimal): -6079754 or 16136867. OLE color: 16136867.
HSL color Cylindrical-coordinate representation of color #A33AF6: hue angle of 273.51º 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 #A33AF6 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 58 | 246 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.04 |
| HSL | 273.51º | 0.91% | 0.6% | - |
| HSV(B) | 273.51º | 0.76% | 0.96% | - |
| XYZ | 33.25 | 17.47 | 88.81 | - |
| YUV | 110.83 | 204.29 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 246 | 0.34 | 0.76 | 0 | 0.04 | 273.51 | 0.91 | 0.6 |
| Hex | A3 | 3A | F6 | 22 | 4C | 0 | 4 | 112 | 5B | 3C |
| Octal | 243 | 72 | 366 | 42 | 114 | 0 | 4 | 422 | 133 | 74 |
| Binary | 10100011 | 111010 | 11110110 | 100010 | 1001100 | 0 | 100 | 100010010 | 1011011 | 111100 |
Color Harmonies of #A33AF6
Complementary color
Monochromatic Colors of #A33AF6
Black with #A33AF6
Text Example
Text Example
White with #A33AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33AF6; }
p { color: rgb(163,58,246); }
H1.HeaderClassName
{
color: #A33AF6;
}
.AnyTagClassName
{
color: #A33AF6;
}
</style>
background-color css
<style>
a { background-color: #A33AF6; }
a { background-color: rgb(163,58,246); }
div.DivClassName
{
background-color: #A33AF6;
}
.BgClassName
{
background-color: #A33AF6;
}
</style>
border-color css
<style>
span { border-color: #A33AF6; }
span { border-color: rgb(163,58,246); }
td.TdClassName
{
border-color: #A33AF6;
}
.TagClassName
{
border-color: #A33AF6;
}
</style>