Shades of Blue Violet #A045EB
Tints of Blue Violet #A045EB
RGB
CMYK
RGB Variations
Color information
#A045EB (or 0xA045EB) is known color: Blue Violet. HEX triplet: A0, 45 and EB. RGB value is (160,69,235). Sum of RGB (Red+Green+Blue) = 160+69+235=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #A045EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A045EB is #5FBA14. Grayscale: #727272. Windows color (decimal): -6273557 or 15418784. OLE color: 15418784.
HSL color Cylindrical-coordinate representation of color #A045EB: hue angle of 272.89º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A045EB is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 69 | 235 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.08 |
| HSL | 272.89º | 0.81% | 0.6% | - |
| HSV(B) | 272.89º | 0.71% | 0.92% | - |
| XYZ | 31.62 | 17.73 | 80.35 | - |
| YUV | 115.13 | 195.65 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 235 | 0.32 | 0.71 | 0 | 0.08 | 272.89 | 0.81 | 0.6 |
| Hex | A0 | 45 | EB | 20 | 47 | 0 | 8 | 111 | 51 | 3C |
| Octal | 240 | 105 | 353 | 40 | 107 | 0 | 10 | 421 | 121 | 74 |
| Binary | 10100000 | 1000101 | 11101011 | 100000 | 1000111 | 0 | 1000 | 100010001 | 1010001 | 111100 |
Color Harmonies of #A045EB
Complementary color
Monochromatic Colors of #A045EB
Black with #A045EB
Text Example
Text Example
White with #A045EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A045EB; }
p { color: rgb(160,69,235); }
H1.HeaderClassName
{
color: #A045EB;
}
.AnyTagClassName
{
color: #A045EB;
}
</style>
background-color css
<style>
a { background-color: #A045EB; }
a { background-color: rgb(160,69,235); }
div.DivClassName
{
background-color: #A045EB;
}
.BgClassName
{
background-color: #A045EB;
}
</style>
border-color css
<style>
span { border-color: #A045EB; }
span { border-color: rgb(160,69,235); }
td.TdClassName
{
border-color: #A045EB;
}
.TagClassName
{
border-color: #A045EB;
}
</style>