Shades of Blue Violet #A145EE
Tints of Blue Violet #A145EE
RGB
CMYK
RGB Variations
Color information
#A145EE (or 0xA145EE) is known color: Blue Violet. HEX triplet: A1, 45 and EE. RGB value is (161,69,238). Sum of RGB (Red+Green+Blue) = 161+69+238=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #A145EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A145EE is #5EBA11. Grayscale: #737373. Windows color (decimal): -6208018 or 15615393. OLE color: 15615393.
HSL color Cylindrical-coordinate representation of color #A145EE: hue angle of 272.66º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A145EE is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 69 | 238 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.07 |
| HSL | 272.66º | 0.83% | 0.6% | - |
| HSV(B) | 272.66º | 0.71% | 0.93% | - |
| XYZ | 32.26 | 18.01 | 82.66 | - |
| YUV | 115.77 | 196.98 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 238 | 0.32 | 0.71 | 0 | 0.07 | 272.66 | 0.83 | 0.6 |
| Hex | A1 | 45 | EE | 20 | 47 | 0 | 7 | 111 | 53 | 3C |
| Octal | 241 | 105 | 356 | 40 | 107 | 0 | 7 | 421 | 123 | 74 |
| Binary | 10100001 | 1000101 | 11101110 | 100000 | 1000111 | 0 | 111 | 100010001 | 1010011 | 111100 |
Color Harmonies of #A145EE
Complementary color
Monochromatic Colors of #A145EE
Black with #A145EE
Text Example
Text Example
White with #A145EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A145EE; }
p { color: rgb(161,69,238); }
H1.HeaderClassName
{
color: #A145EE;
}
.AnyTagClassName
{
color: #A145EE;
}
</style>
background-color css
<style>
a { background-color: #A145EE; }
a { background-color: rgb(161,69,238); }
div.DivClassName
{
background-color: #A145EE;
}
.BgClassName
{
background-color: #A145EE;
}
</style>
border-color css
<style>
span { border-color: #A145EE; }
span { border-color: rgb(161,69,238); }
td.TdClassName
{
border-color: #A145EE;
}
.TagClassName
{
border-color: #A145EE;
}
</style>