Shades of Blue Violet #A449FF
Tints of Blue Violet #A449FF
RGB
CMYK
RGB Variations
Color information
#A449FF (or 0xA449FF) is known color: Blue Violet. HEX triplet: A4, 49 and FF. RGB value is (164,73,255). Sum of RGB (Red+Green+Blue) = 164+73+255=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #A449FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A449FF is #5BB600. Grayscale: #787878. Windows color (decimal): -6010369 or 16730532. OLE color: 16730532.
HSL color Cylindrical-coordinate representation of color #A449FF: hue angle of 270º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A449FF is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 73 | 255 | - |
| CMYK | 0.36 | 0.71 | 0 | 0 |
| HSL | 270º | 1% | 0.64% | - |
| HSV(B) | 270º | 0.71% | 1% | - |
| XYZ | 35.74 | 19.88 | 96.56 | - |
| YUV | 120.96 | 203.65 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 255 | 0.36 | 0.71 | 0 | 0 | 270 | 1 | 0.64 |
| Hex | A4 | 49 | FF | 24 | 47 | 0 | 0 | 10E | 64 | 40 |
| Octal | 244 | 111 | 377 | 44 | 107 | 0 | 0 | 416 | 144 | 100 |
| Binary | 10100100 | 1001001 | 11111111 | 100100 | 1000111 | 0 | 0 | 100001110 | 1100100 | 1000000 |
Color Harmonies of #A449FF
Complementary color
Monochromatic Colors of #A449FF
Black with #A449FF
Text Example
Text Example
White with #A449FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A449FF; }
p { color: rgb(164,73,255); }
H1.HeaderClassName
{
color: #A449FF;
}
.AnyTagClassName
{
color: #A449FF;
}
</style>
background-color css
<style>
a { background-color: #A449FF; }
a { background-color: rgb(164,73,255); }
div.DivClassName
{
background-color: #A449FF;
}
.BgClassName
{
background-color: #A449FF;
}
</style>
border-color css
<style>
span { border-color: #A449FF; }
span { border-color: rgb(164,73,255); }
td.TdClassName
{
border-color: #A449FF;
}
.TagClassName
{
border-color: #A449FF;
}
</style>