Shades of Blue Violet #A741F2
Tints of Blue Violet #A741F2
RGB
CMYK
RGB Variations
Color information
#A741F2 (or 0xA741F2) is known color: Blue Violet. HEX triplet: A7, 41 and F2. RGB value is (167,65,242). Sum of RGB (Red+Green+Blue) = 167+65+242=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #A741F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A741F2 is #58BE0D. Grayscale: #737373. Windows color (decimal): -5815822 or 15876519. OLE color: 15876519.
HSL color Cylindrical-coordinate representation of color #A741F2: hue angle of 274.58º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A741F2 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 65 | 242 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.05 |
| HSL | 274.58º | 0.87% | 0.6% | - |
| HSV(B) | 274.58º | 0.73% | 0.95% | - |
| XYZ | 33.85 | 18.41 | 85.77 | - |
| YUV | 115.68 | 199.29 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 242 | 0.31 | 0.73 | 0 | 0.05 | 274.58 | 0.87 | 0.6 |
| Hex | A7 | 41 | F2 | 1F | 49 | 0 | 5 | 113 | 57 | 3C |
| Octal | 247 | 101 | 362 | 37 | 111 | 0 | 5 | 423 | 127 | 74 |
| Binary | 10100111 | 1000001 | 11110010 | 11111 | 1001001 | 0 | 101 | 100010011 | 1010111 | 111100 |
Color Harmonies of #A741F2
Complementary color
Monochromatic Colors of #A741F2
Black with #A741F2
Text Example
Text Example
White with #A741F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A741F2; }
p { color: rgb(167,65,242); }
H1.HeaderClassName
{
color: #A741F2;
}
.AnyTagClassName
{
color: #A741F2;
}
</style>
background-color css
<style>
a { background-color: #A741F2; }
a { background-color: rgb(167,65,242); }
div.DivClassName
{
background-color: #A741F2;
}
.BgClassName
{
background-color: #A741F2;
}
</style>
border-color css
<style>
span { border-color: #A741F2; }
span { border-color: rgb(167,65,242); }
td.TdClassName
{
border-color: #A741F2;
}
.TagClassName
{
border-color: #A741F2;
}
</style>