Shades of Blue Violet #A33FED
Tints of Blue Violet #A33FED
RGB
CMYK
RGB Variations
Color information
#A33FED (or 0xA33FED) is known color: Blue Violet. HEX triplet: A3, 3F and ED. RGB value is (163,63,237). Sum of RGB (Red+Green+Blue) = 163+63+237=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #A33FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33FED is #5CC012. Grayscale: #707070. Windows color (decimal): -6078483 or 15548323. OLE color: 15548323.
HSL color Cylindrical-coordinate representation of color #A33FED: hue angle of 274.48º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A33FED is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 63 | 237 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.07 |
| HSL | 274.48º | 0.83% | 0.59% | - |
| HSV(B) | 274.48º | 0.73% | 0.93% | - |
| XYZ | 32.17 | 17.46 | 81.79 | - |
| YUV | 112.74 | 198.13 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 237 | 0.31 | 0.73 | 0 | 0.07 | 274.48 | 0.83 | 0.59 |
| Hex | A3 | 3F | ED | 1F | 49 | 0 | 7 | 112 | 53 | 3B |
| Octal | 243 | 77 | 355 | 37 | 111 | 0 | 7 | 422 | 123 | 73 |
| Binary | 10100011 | 111111 | 11101101 | 11111 | 1001001 | 0 | 111 | 100010010 | 1010011 | 111011 |
Color Harmonies of #A33FED
Complementary color
Monochromatic Colors of #A33FED
Black with #A33FED
Text Example
Text Example
White with #A33FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FED; }
p { color: rgb(163,63,237); }
H1.HeaderClassName
{
color: #A33FED;
}
.AnyTagClassName
{
color: #A33FED;
}
</style>
background-color css
<style>
a { background-color: #A33FED; }
a { background-color: rgb(163,63,237); }
div.DivClassName
{
background-color: #A33FED;
}
.BgClassName
{
background-color: #A33FED;
}
</style>
border-color css
<style>
span { border-color: #A33FED; }
span { border-color: rgb(163,63,237); }
td.TdClassName
{
border-color: #A33FED;
}
.TagClassName
{
border-color: #A33FED;
}
</style>