Shades of Blue Violet #A33FFA
Tints of Blue Violet #A33FFA
RGB
CMYK
RGB Variations
Color information
#A33FFA (or 0xA33FFA) is known color: Blue Violet. HEX triplet: A3, 3F and FA. RGB value is (163,63,250). Sum of RGB (Red+Green+Blue) = 163+63+250=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #A33FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33FFA is #5CC005. Grayscale: #717171. Windows color (decimal): -6078470 or 16400291. OLE color: 16400291.
HSL color Cylindrical-coordinate representation of color #A33FFA: hue angle of 272.09º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A33FFA is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 63 | 250 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.02 |
| HSL | 272.09º | 0.95% | 0.61% | - |
| HSV(B) | 272.09º | 0.75% | 0.98% | - |
| XYZ | 34.14 | 18.24 | 92.16 | - |
| YUV | 114.22 | 204.63 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 250 | 0.35 | 0.75 | 0 | 0.02 | 272.09 | 0.95 | 0.61 |
| Hex | A3 | 3F | FA | 23 | 4B | 0 | 2 | 110 | 5F | 3D |
| Octal | 243 | 77 | 372 | 43 | 113 | 0 | 2 | 420 | 137 | 75 |
| Binary | 10100011 | 111111 | 11111010 | 100011 | 1001011 | 0 | 10 | 100010000 | 1011111 | 111101 |
Color Harmonies of #A33FFA
Complementary color
Monochromatic Colors of #A33FFA
Black with #A33FFA
Text Example
Text Example
White with #A33FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FFA; }
p { color: rgb(163,63,250); }
H1.HeaderClassName
{
color: #A33FFA;
}
.AnyTagClassName
{
color: #A33FFA;
}
</style>
background-color css
<style>
a { background-color: #A33FFA; }
a { background-color: rgb(163,63,250); }
div.DivClassName
{
background-color: #A33FFA;
}
.BgClassName
{
background-color: #A33FFA;
}
</style>
border-color css
<style>
span { border-color: #A33FFA; }
span { border-color: rgb(163,63,250); }
td.TdClassName
{
border-color: #A33FFA;
}
.TagClassName
{
border-color: #A33FFA;
}
</style>