Shades of Blue Violet #A045F0
Tints of Blue Violet #A045F0
RGB
CMYK
RGB Variations
Color information
#A045F0 (or 0xA045F0) is known color: Blue Violet. HEX triplet: A0, 45 and F0. RGB value is (160,69,240). Sum of RGB (Red+Green+Blue) = 160+69+240=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #A045F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A045F0 is #5FBA0F. Grayscale: #737373. Windows color (decimal): -6273552 or 15746464. OLE color: 15746464.
HSL color Cylindrical-coordinate representation of color #A045F0: hue angle of 271.93º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A045F0 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 69 | 240 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.06 |
| HSL | 271.93º | 0.85% | 0.61% | - |
| HSV(B) | 271.93º | 0.71% | 0.94% | - |
| XYZ | 32.35 | 18.02 | 84.21 | - |
| YUV | 115.7 | 198.15 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 240 | 0.33 | 0.71 | 0 | 0.06 | 271.93 | 0.85 | 0.61 |
| Hex | A0 | 45 | F0 | 21 | 47 | 0 | 6 | 110 | 55 | 3D |
| Octal | 240 | 105 | 360 | 41 | 107 | 0 | 6 | 420 | 125 | 75 |
| Binary | 10100000 | 1000101 | 11110000 | 100001 | 1000111 | 0 | 110 | 100010000 | 1010101 | 111101 |
Color Harmonies of #A045F0
Complementary color
Monochromatic Colors of #A045F0
Black with #A045F0
Text Example
Text Example
White with #A045F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A045F0; }
p { color: rgb(160,69,240); }
H1.HeaderClassName
{
color: #A045F0;
}
.AnyTagClassName
{
color: #A045F0;
}
</style>
background-color css
<style>
a { background-color: #A045F0; }
a { background-color: rgb(160,69,240); }
div.DivClassName
{
background-color: #A045F0;
}
.BgClassName
{
background-color: #A045F0;
}
</style>
border-color css
<style>
span { border-color: #A045F0; }
span { border-color: rgb(160,69,240); }
td.TdClassName
{
border-color: #A045F0;
}
.TagClassName
{
border-color: #A045F0;
}
</style>