Shades of Blue Violet #A448EC
Tints of Blue Violet #A448EC
RGB
CMYK
RGB Variations
Color information
#A448EC (or 0xA448EC) is known color: Blue Violet. HEX triplet: A4, 48 and EC. RGB value is (164,72,236). Sum of RGB (Red+Green+Blue) = 164+72+236=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #A448EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A448EC is #5BB713. Grayscale: #757575. Windows color (decimal): -6010644 or 15485092. OLE color: 15485092.
HSL color Cylindrical-coordinate representation of color #A448EC: hue angle of 273.66º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A448EC is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 72 | 236 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.07 |
| HSL | 273.66º | 0.81% | 0.6% | - |
| HSV(B) | 273.66º | 0.69% | 0.93% | - |
| XYZ | 32.77 | 18.58 | 81.22 | - |
| YUV | 118.2 | 194.48 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 236 | 0.31 | 0.69 | 0 | 0.07 | 273.66 | 0.81 | 0.6 |
| Hex | A4 | 48 | EC | 1F | 45 | 0 | 7 | 112 | 51 | 3C |
| Octal | 244 | 110 | 354 | 37 | 105 | 0 | 7 | 422 | 121 | 74 |
| Binary | 10100100 | 1001000 | 11101100 | 11111 | 1000101 | 0 | 111 | 100010010 | 1010001 | 111100 |
Color Harmonies of #A448EC
Complementary color
Monochromatic Colors of #A448EC
Black with #A448EC
Text Example
Text Example
White with #A448EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A448EC; }
p { color: rgb(164,72,236); }
H1.HeaderClassName
{
color: #A448EC;
}
.AnyTagClassName
{
color: #A448EC;
}
</style>
background-color css
<style>
a { background-color: #A448EC; }
a { background-color: rgb(164,72,236); }
div.DivClassName
{
background-color: #A448EC;
}
.BgClassName
{
background-color: #A448EC;
}
</style>
border-color css
<style>
span { border-color: #A448EC; }
span { border-color: rgb(164,72,236); }
td.TdClassName
{
border-color: #A448EC;
}
.TagClassName
{
border-color: #A448EC;
}
</style>