Shades of Blue Violet #A433F9
Tints of Blue Violet #A433F9
RGB
CMYK
RGB Variations
Color information
#A433F9 (or 0xA433F9) is known color: Blue Violet. HEX triplet: A4, 33 and F9. RGB value is (164,51,249). Sum of RGB (Red+Green+Blue) = 164+51+249=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 249 (97.66% from 255 or 53.66% from 464); Max value from RGB is 249 - color contains mainly: blue. Hex color #A433F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A433F9 is #5BCC06. Grayscale: #6A6A6A. Windows color (decimal): -6016007 or 16331684. OLE color: 16331684.
HSL color Cylindrical-coordinate representation of color #A433F9: hue angle of 274.24º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A433F9 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 51 | 249 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.02 |
| HSL | 274.24º | 0.94% | 0.59% | - |
| HSV(B) | 274.24º | 0.8% | 0.98% | - |
| XYZ | 33.59 | 17.1 | 91.15 | - |
| YUV | 107.36 | 207.94 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 249 | 0.34 | 0.80 | 0 | 0.02 | 274.24 | 0.94 | 0.59 |
| Hex | A4 | 33 | F9 | 22 | 50 | 0 | 2 | 112 | 5E | 3B |
| Octal | 244 | 63 | 371 | 42 | 120 | 0 | 2 | 422 | 136 | 73 |
| Binary | 10100100 | 110011 | 11111001 | 100010 | 1010000 | 0 | 10 | 100010010 | 1011110 | 111011 |
Color Harmonies of #A433F9
Complementary color
Monochromatic Colors of #A433F9
Black with #A433F9
Text Example
Text Example
White with #A433F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A433F9; }
p { color: rgb(164,51,249); }
H1.HeaderClassName
{
color: #A433F9;
}
.AnyTagClassName
{
color: #A433F9;
}
</style>
background-color css
<style>
a { background-color: #A433F9; }
a { background-color: rgb(164,51,249); }
div.DivClassName
{
background-color: #A433F9;
}
.BgClassName
{
background-color: #A433F9;
}
</style>
border-color css
<style>
span { border-color: #A433F9; }
span { border-color: rgb(164,51,249); }
td.TdClassName
{
border-color: #A433F9;
}
.TagClassName
{
border-color: #A433F9;
}
</style>