Shades of Blue Violet #A334F9
Tints of Blue Violet #A334F9
RGB
CMYK
RGB Variations
Color information
#A334F9 (or 0xA334F9) is known color: Blue Violet. HEX triplet: A3, 34 and F9. RGB value is (163,52,249). Sum of RGB (Red+Green+Blue) = 163+52+249=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 52 (20.70% from 255 or 11.21% 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 #A334F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A334F9 is #5CCB06. Grayscale: #6A6A6A. Windows color (decimal): -6081287 or 16331939. OLE color: 16331939.
HSL color Cylindrical-coordinate representation of color #A334F9: hue angle of 273.81º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A334F9 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 52 | 249 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.02 |
| HSL | 273.81º | 0.94% | 0.59% | - |
| HSV(B) | 273.81º | 0.79% | 0.98% | - |
| XYZ | 33.43 | 17.08 | 91.16 | - |
| YUV | 107.65 | 207.77 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 249 | 0.35 | 0.79 | 0 | 0.02 | 273.81 | 0.94 | 0.59 |
| Hex | A3 | 34 | F9 | 23 | 4F | 0 | 2 | 112 | 5E | 3B |
| Octal | 243 | 64 | 371 | 43 | 117 | 0 | 2 | 422 | 136 | 73 |
| Binary | 10100011 | 110100 | 11111001 | 100011 | 1001111 | 0 | 10 | 100010010 | 1011110 | 111011 |
Color Harmonies of #A334F9
Complementary color
Monochromatic Colors of #A334F9
Black with #A334F9
Text Example
Text Example
White with #A334F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334F9; }
p { color: rgb(163,52,249); }
H1.HeaderClassName
{
color: #A334F9;
}
.AnyTagClassName
{
color: #A334F9;
}
</style>
background-color css
<style>
a { background-color: #A334F9; }
a { background-color: rgb(163,52,249); }
div.DivClassName
{
background-color: #A334F9;
}
.BgClassName
{
background-color: #A334F9;
}
</style>
border-color css
<style>
span { border-color: #A334F9; }
span { border-color: rgb(163,52,249); }
td.TdClassName
{
border-color: #A334F9;
}
.TagClassName
{
border-color: #A334F9;
}
</style>