Shades of Blue Violet #A530F3
Tints of Blue Violet #A530F3
RGB
CMYK
RGB Variations
Color information
#A530F3 (or 0xA530F3) is known color: Blue Violet. HEX triplet: A5, 30 and F3. RGB value is (165,48,243). Sum of RGB (Red+Green+Blue) = 165+48+243=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #A530F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A530F3 is #5ACF0C. Grayscale: #686868. Windows color (decimal): -5951245 or 15937701. OLE color: 15937701.
HSL color Cylindrical-coordinate representation of color #A530F3: hue angle of 276º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A530F3 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 48 | 243 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.05 |
| HSL | 276º | 0.89% | 0.57% | - |
| HSV(B) | 276º | 0.8% | 0.95% | - |
| XYZ | 32.75 | 16.58 | 86.27 | - |
| YUV | 105.21 | 205.76 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 48 | 243 | 0.32 | 0.80 | 0 | 0.05 | 276 | 0.89 | 0.57 |
| Hex | A5 | 30 | F3 | 20 | 50 | 0 | 5 | 114 | 59 | 39 |
| Octal | 245 | 60 | 363 | 40 | 120 | 0 | 5 | 424 | 131 | 71 |
| Binary | 10100101 | 110000 | 11110011 | 100000 | 1010000 | 0 | 101 | 100010100 | 1011001 | 111001 |
Color Harmonies of #A530F3
Complementary color
Monochromatic Colors of #A530F3
Black with #A530F3
Text Example
Text Example
White with #A530F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A530F3; }
p { color: rgb(165,48,243); }
H1.HeaderClassName
{
color: #A530F3;
}
.AnyTagClassName
{
color: #A530F3;
}
</style>
background-color css
<style>
a { background-color: #A530F3; }
a { background-color: rgb(165,48,243); }
div.DivClassName
{
background-color: #A530F3;
}
.BgClassName
{
background-color: #A530F3;
}
</style>
border-color css
<style>
span { border-color: #A530F3; }
span { border-color: rgb(165,48,243); }
td.TdClassName
{
border-color: #A530F3;
}
.TagClassName
{
border-color: #A530F3;
}
</style>