Shades of Blue Violet #A045F5
Tints of Blue Violet #A045F5
RGB
CMYK
RGB Variations
Color information
#A045F5 (or 0xA045F5) is known color: Blue Violet. HEX triplet: A0, 45 and F5. RGB value is (160,69,245). Sum of RGB (Red+Green+Blue) = 160+69+245=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 69 (27.34% from 255 or 14.56% from 474); Blue value is 245 (96.09% from 255 or 51.69% from 474); Max value from RGB is 245 - color contains mainly: blue. Hex color #A045F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A045F5 is #5FBA0A. Grayscale: #737373. Windows color (decimal): -6273547 or 16074144. OLE color: 16074144.
HSL color Cylindrical-coordinate representation of color #A045F5: hue angle of 271.02º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A045F5 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 69 | 245 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.04 |
| HSL | 271.02º | 0.9% | 0.62% | - |
| HSV(B) | 271.02º | 0.72% | 0.96% | - |
| XYZ | 33.11 | 18.32 | 88.18 | - |
| YUV | 116.27 | 200.65 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 245 | 0.35 | 0.72 | 0 | 0.04 | 271.02 | 0.9 | 0.62 |
| Hex | A0 | 45 | F5 | 23 | 48 | 0 | 4 | 10F | 5A | 3E |
| Octal | 240 | 105 | 365 | 43 | 110 | 0 | 4 | 417 | 132 | 76 |
| Binary | 10100000 | 1000101 | 11110101 | 100011 | 1001000 | 0 | 100 | 100001111 | 1011010 | 111110 |
Color Harmonies of #A045F5
Complementary color
Monochromatic Colors of #A045F5
Black with #A045F5
Text Example
Text Example
White with #A045F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A045F5; }
p { color: rgb(160,69,245); }
H1.HeaderClassName
{
color: #A045F5;
}
.AnyTagClassName
{
color: #A045F5;
}
</style>
background-color css
<style>
a { background-color: #A045F5; }
a { background-color: rgb(160,69,245); }
div.DivClassName
{
background-color: #A045F5;
}
.BgClassName
{
background-color: #A045F5;
}
</style>
border-color css
<style>
span { border-color: #A045F5; }
span { border-color: rgb(160,69,245); }
td.TdClassName
{
border-color: #A045F5;
}
.TagClassName
{
border-color: #A045F5;
}
</style>