Shades of Blue Violet #A841F7
Tints of Blue Violet #A841F7
RGB
CMYK
RGB Variations
Color information
#A841F7 (or 0xA841F7) is known color: Blue Violet. HEX triplet: A8, 41 and F7. RGB value is (168,65,247). Sum of RGB (Red+Green+Blue) = 168+65+247=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 247 (96.88% from 255 or 51.46% from 480); Max value from RGB is 247 - color contains mainly: blue. Hex color #A841F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A841F7 is #57BE08. Grayscale: #737373. Windows color (decimal): -5750281 or 16204200. OLE color: 16204200.
HSL color Cylindrical-coordinate representation of color #A841F7: hue angle of 273.96º 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 #A841F7 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 65 | 247 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.03 |
| HSL | 273.96º | 0.92% | 0.61% | - |
| HSV(B) | 273.96º | 0.74% | 0.97% | - |
| XYZ | 34.83 | 18.82 | 89.79 | - |
| YUV | 116.55 | 201.62 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 247 | 0.32 | 0.74 | 0 | 0.03 | 273.96 | 0.92 | 0.61 |
| Hex | A8 | 41 | F7 | 20 | 4A | 0 | 3 | 112 | 5C | 3D |
| Octal | 250 | 101 | 367 | 40 | 112 | 0 | 3 | 422 | 134 | 75 |
| Binary | 10101000 | 1000001 | 11110111 | 100000 | 1001010 | 0 | 11 | 100010010 | 1011100 | 111101 |
Color Harmonies of #A841F7
Complementary color
Monochromatic Colors of #A841F7
Black with #A841F7
Text Example
Text Example
White with #A841F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841F7; }
p { color: rgb(168,65,247); }
H1.HeaderClassName
{
color: #A841F7;
}
.AnyTagClassName
{
color: #A841F7;
}
</style>
background-color css
<style>
a { background-color: #A841F7; }
a { background-color: rgb(168,65,247); }
div.DivClassName
{
background-color: #A841F7;
}
.BgClassName
{
background-color: #A841F7;
}
</style>
border-color css
<style>
span { border-color: #A841F7; }
span { border-color: rgb(168,65,247); }
td.TdClassName
{
border-color: #A841F7;
}
.TagClassName
{
border-color: #A841F7;
}
</style>