Shades of Blue Violet #A045E7
Tints of Blue Violet #A045E7
RGB
CMYK
RGB Variations
Color information
#A045E7 (or 0xA045E7) is known color: Blue Violet. HEX triplet: A0, 45 and E7. RGB value is (160,69,231). Sum of RGB (Red+Green+Blue) = 160+69+231=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 231 (90.62% from 255 or 50.22% from 460); Max value from RGB is 231 - color contains mainly: blue. Hex color #A045E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A045E7 is #5FBA18. Grayscale: #727272. Windows color (decimal): -6273561 or 15156640. OLE color: 15156640.
HSL color Cylindrical-coordinate representation of color #A045E7: hue angle of 273.7º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A045E7 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 69 | 231 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.09 |
| HSL | 273.7º | 0.77% | 0.59% | - |
| HSV(B) | 273.7º | 0.7% | 0.91% | - |
| XYZ | 31.05 | 17.5 | 77.34 | - |
| YUV | 114.68 | 193.65 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 231 | 0.31 | 0.70 | 0 | 0.09 | 273.7 | 0.77 | 0.59 |
| Hex | A0 | 45 | E7 | 1F | 46 | 0 | 9 | 112 | 4D | 3B |
| Octal | 240 | 105 | 347 | 37 | 106 | 0 | 11 | 422 | 115 | 73 |
| Binary | 10100000 | 1000101 | 11100111 | 11111 | 1000110 | 0 | 1001 | 100010010 | 1001101 | 111011 |
Color Harmonies of #A045E7
Complementary color
Monochromatic Colors of #A045E7
Black with #A045E7
Text Example
Text Example
White with #A045E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A045E7; }
p { color: rgb(160,69,231); }
H1.HeaderClassName
{
color: #A045E7;
}
.AnyTagClassName
{
color: #A045E7;
}
</style>
background-color css
<style>
a { background-color: #A045E7; }
a { background-color: rgb(160,69,231); }
div.DivClassName
{
background-color: #A045E7;
}
.BgClassName
{
background-color: #A045E7;
}
</style>
border-color css
<style>
span { border-color: #A045E7; }
span { border-color: rgb(160,69,231); }
td.TdClassName
{
border-color: #A045E7;
}
.TagClassName
{
border-color: #A045E7;
}
</style>