Shades of Blue Violet #A33CF1
Tints of Blue Violet #A33CF1
RGB
CMYK
RGB Variations
Color information
#A33CF1 (or 0xA33CF1) is known color: Blue Violet. HEX triplet: A3, 3C and F1. RGB value is (163,60,241). Sum of RGB (Red+Green+Blue) = 163+60+241=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #A33CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33CF1 is #5CC30E. Grayscale: #6E6E6E. Windows color (decimal): -6079247 or 15809699. OLE color: 15809699.
HSL color Cylindrical-coordinate representation of color #A33CF1: hue angle of 274.14º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A33CF1 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 60 | 241 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.05 |
| HSL | 274.14º | 0.87% | 0.59% | - |
| HSV(B) | 274.14º | 0.75% | 0.95% | - |
| XYZ | 32.6 | 17.37 | 84.85 | - |
| YUV | 111.43 | 201.12 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 241 | 0.32 | 0.75 | 0 | 0.05 | 274.14 | 0.87 | 0.59 |
| Hex | A3 | 3C | F1 | 20 | 4B | 0 | 5 | 112 | 57 | 3B |
| Octal | 243 | 74 | 361 | 40 | 113 | 0 | 5 | 422 | 127 | 73 |
| Binary | 10100011 | 111100 | 11110001 | 100000 | 1001011 | 0 | 101 | 100010010 | 1010111 | 111011 |
Color Harmonies of #A33CF1
Complementary color
Monochromatic Colors of #A33CF1
Black with #A33CF1
Text Example
Text Example
White with #A33CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33CF1; }
p { color: rgb(163,60,241); }
H1.HeaderClassName
{
color: #A33CF1;
}
.AnyTagClassName
{
color: #A33CF1;
}
</style>
background-color css
<style>
a { background-color: #A33CF1; }
a { background-color: rgb(163,60,241); }
div.DivClassName
{
background-color: #A33CF1;
}
.BgClassName
{
background-color: #A33CF1;
}
</style>
border-color css
<style>
span { border-color: #A33CF1; }
span { border-color: rgb(163,60,241); }
td.TdClassName
{
border-color: #A33CF1;
}
.TagClassName
{
border-color: #A33CF1;
}
</style>