Shades of Blue Violet #A241F7
Tints of Blue Violet #A241F7
RGB
CMYK
RGB Variations
Color information
#A241F7 (or 0xA241F7) is known color: Blue Violet. HEX triplet: A2, 41 and F7. RGB value is (162,65,247). Sum of RGB (Red+Green+Blue) = 162+65+247=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #A241F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A241F7 is #5DBE08. Grayscale: #727272. Windows color (decimal): -6143497 or 16204194. OLE color: 16204194.
HSL color Cylindrical-coordinate representation of color #A241F7: hue angle of 271.98º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A241F7 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 65 | 247 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.03 |
| HSL | 271.98º | 0.92% | 0.61% | - |
| HSV(B) | 271.98º | 0.74% | 0.97% | - |
| XYZ | 33.58 | 18.18 | 89.73 | - |
| YUV | 114.75 | 202.64 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 65 | 247 | 0.34 | 0.74 | 0 | 0.03 | 271.98 | 0.92 | 0.61 |
| Hex | A2 | 41 | F7 | 22 | 4A | 0 | 3 | 110 | 5C | 3D |
| Octal | 242 | 101 | 367 | 42 | 112 | 0 | 3 | 420 | 134 | 75 |
| Binary | 10100010 | 1000001 | 11110111 | 100010 | 1001010 | 0 | 11 | 100010000 | 1011100 | 111101 |
Color Harmonies of #A241F7
Complementary color
Monochromatic Colors of #A241F7
Black with #A241F7
Text Example
Text Example
White with #A241F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A241F7; }
p { color: rgb(162,65,247); }
H1.HeaderClassName
{
color: #A241F7;
}
.AnyTagClassName
{
color: #A241F7;
}
</style>
background-color css
<style>
a { background-color: #A241F7; }
a { background-color: rgb(162,65,247); }
div.DivClassName
{
background-color: #A241F7;
}
.BgClassName
{
background-color: #A241F7;
}
</style>
border-color css
<style>
span { border-color: #A241F7; }
span { border-color: rgb(162,65,247); }
td.TdClassName
{
border-color: #A241F7;
}
.TagClassName
{
border-color: #A241F7;
}
</style>