Shades of Blue Violet #A130F5
Tints of Blue Violet #A130F5
RGB
CMYK
RGB Variations
Color information
#A130F5 (or 0xA130F5) is known color: Blue Violet. HEX triplet: A1, 30 and F5. RGB value is (161,48,245). Sum of RGB (Red+Green+Blue) = 161+48+245=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 245 (96.09% from 255 or 53.96% from 454); Max value from RGB is 245 - color contains mainly: blue. Hex color #A130F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A130F5 is #5ECF0A. Grayscale: #676767. Windows color (decimal): -6213387 or 16068769. OLE color: 16068769.
HSL color Cylindrical-coordinate representation of color #A130F5: hue angle of 274.42º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A130F5 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 48 | 245 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.04 |
| HSL | 274.42º | 0.91% | 0.57% | - |
| HSV(B) | 274.42º | 0.8% | 0.96% | - |
| XYZ | 32.24 | 16.28 | 87.83 | - |
| YUV | 104.25 | 207.44 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 245 | 0.34 | 0.80 | 0 | 0.04 | 274.42 | 0.91 | 0.57 |
| Hex | A1 | 30 | F5 | 22 | 50 | 0 | 4 | 112 | 5B | 39 |
| Octal | 241 | 60 | 365 | 42 | 120 | 0 | 4 | 422 | 133 | 71 |
| Binary | 10100001 | 110000 | 11110101 | 100010 | 1010000 | 0 | 100 | 100010010 | 1011011 | 111001 |
Color Harmonies of #A130F5
Complementary color
Monochromatic Colors of #A130F5
Black with #A130F5
Text Example
Text Example
White with #A130F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A130F5; }
p { color: rgb(161,48,245); }
H1.HeaderClassName
{
color: #A130F5;
}
.AnyTagClassName
{
color: #A130F5;
}
</style>
background-color css
<style>
a { background-color: #A130F5; }
a { background-color: rgb(161,48,245); }
div.DivClassName
{
background-color: #A130F5;
}
.BgClassName
{
background-color: #A130F5;
}
</style>
border-color css
<style>
span { border-color: #A130F5; }
span { border-color: rgb(161,48,245); }
td.TdClassName
{
border-color: #A130F5;
}
.TagClassName
{
border-color: #A130F5;
}
</style>