Shades of Blue Violet #A741FA
Tints of Blue Violet #A741FA
RGB
CMYK
RGB Variations
Color information
#A741FA (or 0xA741FA) is known color: Blue Violet. HEX triplet: A7, 41 and FA. RGB value is (167,65,250). Sum of RGB (Red+Green+Blue) = 167+65+250=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #A741FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A741FA is #58BE05. Grayscale: #737373. Windows color (decimal): -5815814 or 16400807. OLE color: 16400807.
HSL color Cylindrical-coordinate representation of color #A741FA: hue angle of 273.08º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A741FA is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 65 | 250 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.02 |
| HSL | 273.08º | 0.95% | 0.62% | - |
| HSV(B) | 273.08º | 0.74% | 0.98% | - |
| XYZ | 35.08 | 18.9 | 92.24 | - |
| YUV | 116.59 | 203.29 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 250 | 0.33 | 0.74 | 0 | 0.02 | 273.08 | 0.95 | 0.62 |
| Hex | A7 | 41 | FA | 21 | 4A | 0 | 2 | 111 | 5F | 3E |
| Octal | 247 | 101 | 372 | 41 | 112 | 0 | 2 | 421 | 137 | 76 |
| Binary | 10100111 | 1000001 | 11111010 | 100001 | 1001010 | 0 | 10 | 100010001 | 1011111 | 111110 |
Color Harmonies of #A741FA
Complementary color
Monochromatic Colors of #A741FA
Black with #A741FA
Text Example
Text Example
White with #A741FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A741FA; }
p { color: rgb(167,65,250); }
H1.HeaderClassName
{
color: #A741FA;
}
.AnyTagClassName
{
color: #A741FA;
}
</style>
background-color css
<style>
a { background-color: #A741FA; }
a { background-color: rgb(167,65,250); }
div.DivClassName
{
background-color: #A741FA;
}
.BgClassName
{
background-color: #A741FA;
}
</style>
border-color css
<style>
span { border-color: #A741FA; }
span { border-color: rgb(167,65,250); }
td.TdClassName
{
border-color: #A741FA;
}
.TagClassName
{
border-color: #A741FA;
}
</style>