Shades of Blue Violet #A33DF9
Tints of Blue Violet #A33DF9
RGB
CMYK
RGB Variations
Color information
#A33DF9 (or 0xA33DF9) is known color: Blue Violet. HEX triplet: A3, 3D and F9. RGB value is (163,61,249). Sum of RGB (Red+Green+Blue) = 163+61+249=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #A33DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33DF9 is #5CC206. Grayscale: #707070. Windows color (decimal): -6078983 or 16334243. OLE color: 16334243.
HSL color Cylindrical-coordinate representation of color #A33DF9: hue angle of 272.55º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A33DF9 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 61 | 249 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.02 |
| HSL | 272.55º | 0.94% | 0.61% | - |
| HSV(B) | 272.55º | 0.76% | 0.98% | - |
| XYZ | 33.87 | 17.96 | 91.3 | - |
| YUV | 112.93 | 204.79 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 249 | 0.35 | 0.76 | 0 | 0.02 | 272.55 | 0.94 | 0.61 |
| Hex | A3 | 3D | F9 | 23 | 4C | 0 | 2 | 111 | 5E | 3D |
| Octal | 243 | 75 | 371 | 43 | 114 | 0 | 2 | 421 | 136 | 75 |
| Binary | 10100011 | 111101 | 11111001 | 100011 | 1001100 | 0 | 10 | 100010001 | 1011110 | 111101 |
Color Harmonies of #A33DF9
Complementary color
Monochromatic Colors of #A33DF9
Black with #A33DF9
Text Example
Text Example
White with #A33DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DF9; }
p { color: rgb(163,61,249); }
H1.HeaderClassName
{
color: #A33DF9;
}
.AnyTagClassName
{
color: #A33DF9;
}
</style>
background-color css
<style>
a { background-color: #A33DF9; }
a { background-color: rgb(163,61,249); }
div.DivClassName
{
background-color: #A33DF9;
}
.BgClassName
{
background-color: #A33DF9;
}
</style>
border-color css
<style>
span { border-color: #A33DF9; }
span { border-color: rgb(163,61,249); }
td.TdClassName
{
border-color: #A33DF9;
}
.TagClassName
{
border-color: #A33DF9;
}
</style>