Shades of Blue Violet #A33FFE
Tints of Blue Violet #A33FFE
RGB
CMYK
RGB Variations
Color information
#A33FFE (or 0xA33FFE) is known color: Blue Violet. HEX triplet: A3, 3F and FE. RGB value is (163,63,254). Sum of RGB (Red+Green+Blue) = 163+63+254=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #A33FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33FFE is #5CC001. Grayscale: #727272. Windows color (decimal): -6078466 or 16662435. OLE color: 16662435.
HSL color Cylindrical-coordinate representation of color #A33FFE: hue angle of 271.41º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A33FFE is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 63 | 254 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.00 |
| HSL | 271.41º | 0.99% | 0.62% | - |
| HSV(B) | 271.41º | 0.75% | 1% | - |
| XYZ | 34.77 | 18.5 | 95.5 | - |
| YUV | 114.67 | 206.63 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 254 | 0.36 | 0.75 | 0 | 0.00 | 271.41 | 0.99 | 0.62 |
| Hex | A3 | 3F | FE | 24 | 4B | 0 | 0 | 10F | 63 | 3E |
| Octal | 243 | 77 | 376 | 44 | 113 | 0 | 0 | 417 | 143 | 76 |
| Binary | 10100011 | 111111 | 11111110 | 100100 | 1001011 | 0 | 0 | 100001111 | 1100011 | 111110 |
Color Harmonies of #A33FFE
Complementary color
Monochromatic Colors of #A33FFE
Black with #A33FFE
Text Example
Text Example
White with #A33FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FFE; }
p { color: rgb(163,63,254); }
H1.HeaderClassName
{
color: #A33FFE;
}
.AnyTagClassName
{
color: #A33FFE;
}
</style>
background-color css
<style>
a { background-color: #A33FFE; }
a { background-color: rgb(163,63,254); }
div.DivClassName
{
background-color: #A33FFE;
}
.BgClassName
{
background-color: #A33FFE;
}
</style>
border-color css
<style>
span { border-color: #A33FFE; }
span { border-color: rgb(163,63,254); }
td.TdClassName
{
border-color: #A33FFE;
}
.TagClassName
{
border-color: #A33FFE;
}
</style>