Shades of Blue Violet #A325F9
Tints of Blue Violet #A325F9
RGB
CMYK
RGB Variations
Color information
#A325F9 (or 0xA325F9) is known color: Blue Violet. HEX triplet: A3, 25 and F9. RGB value is (163,37,249). Sum of RGB (Red+Green+Blue) = 163+37+249=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 249 (97.66% from 255 or 55.46% from 449); Max value from RGB is 249 - color contains mainly: blue. Hex color #A325F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A325F9 is #5CDA06. Grayscale: #626262. Windows color (decimal): -6085127 or 16328099. OLE color: 16328099.
HSL color Cylindrical-coordinate representation of color #A325F9: hue angle of 275.66º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A325F9 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 37 | 249 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.02 |
| HSL | 275.66º | 0.95% | 0.56% | - |
| HSV(B) | 275.66º | 0.85% | 0.98% | - |
| XYZ | 32.86 | 15.95 | 90.97 | - |
| YUV | 98.84 | 212.74 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 249 | 0.35 | 0.85 | 0 | 0.02 | 275.66 | 0.95 | 0.56 |
| Hex | A3 | 25 | F9 | 23 | 55 | 0 | 2 | 114 | 5F | 38 |
| Octal | 243 | 45 | 371 | 43 | 125 | 0 | 2 | 424 | 137 | 70 |
| Binary | 10100011 | 100101 | 11111001 | 100011 | 1010101 | 0 | 10 | 100010100 | 1011111 | 111000 |
Color Harmonies of #A325F9
Complementary color
Monochromatic Colors of #A325F9
Black with #A325F9
Text Example
Text Example
White with #A325F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A325F9; }
p { color: rgb(163,37,249); }
H1.HeaderClassName
{
color: #A325F9;
}
.AnyTagClassName
{
color: #A325F9;
}
</style>
background-color css
<style>
a { background-color: #A325F9; }
a { background-color: rgb(163,37,249); }
div.DivClassName
{
background-color: #A325F9;
}
.BgClassName
{
background-color: #A325F9;
}
</style>
border-color css
<style>
span { border-color: #A325F9; }
span { border-color: rgb(163,37,249); }
td.TdClassName
{
border-color: #A325F9;
}
.TagClassName
{
border-color: #A325F9;
}
</style>