Shades of Blue Violet #A446FA
Tints of Blue Violet #A446FA
RGB
CMYK
RGB Variations
Color information
#A446FA (or 0xA446FA) is known color: Blue Violet. HEX triplet: A4, 46 and FA. RGB value is (164,70,250). Sum of RGB (Red+Green+Blue) = 164+70+250=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 70 (27.73% from 255 or 14.46% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #A446FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A446FA is #5BB905. Grayscale: #767676. Windows color (decimal): -6011142 or 16402084. OLE color: 16402084.
HSL color Cylindrical-coordinate representation of color #A446FA: hue angle of 271.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A446FA is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 70 | 250 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.02 |
| HSL | 271.33º | 0.95% | 0.63% | - |
| HSV(B) | 271.33º | 0.72% | 0.98% | - |
| XYZ | 34.76 | 19.17 | 92.31 | - |
| YUV | 118.63 | 202.14 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 250 | 0.34 | 0.72 | 0 | 0.02 | 271.33 | 0.95 | 0.63 |
| Hex | A4 | 46 | FA | 22 | 48 | 0 | 2 | 10F | 5F | 3F |
| Octal | 244 | 106 | 372 | 42 | 110 | 0 | 2 | 417 | 137 | 77 |
| Binary | 10100100 | 1000110 | 11111010 | 100010 | 1001000 | 0 | 10 | 100001111 | 1011111 | 111111 |
Color Harmonies of #A446FA
Complementary color
Monochromatic Colors of #A446FA
Black with #A446FA
Text Example
Text Example
White with #A446FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A446FA; }
p { color: rgb(164,70,250); }
H1.HeaderClassName
{
color: #A446FA;
}
.AnyTagClassName
{
color: #A446FA;
}
</style>
background-color css
<style>
a { background-color: #A446FA; }
a { background-color: rgb(164,70,250); }
div.DivClassName
{
background-color: #A446FA;
}
.BgClassName
{
background-color: #A446FA;
}
</style>
border-color css
<style>
span { border-color: #A446FA; }
span { border-color: rgb(164,70,250); }
td.TdClassName
{
border-color: #A446FA;
}
.TagClassName
{
border-color: #A446FA;
}
</style>