Shades of Blue Violet #A841F6
Tints of Blue Violet #A841F6
RGB
CMYK
RGB Variations
Color information
#A841F6 (or 0xA841F6) is known color: Blue Violet. HEX triplet: A8, 41 and F6. RGB value is (168,65,246). Sum of RGB (Red+Green+Blue) = 168+65+246=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 246 (96.48% from 255 or 51.36% from 479); Max value from RGB is 246 - color contains mainly: blue. Hex color #A841F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A841F6 is #57BE09. Grayscale: #737373. Windows color (decimal): -5750282 or 16138664. OLE color: 16138664.
HSL color Cylindrical-coordinate representation of color #A841F6: hue angle of 274.14º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A841F6 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 65 | 246 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.04 |
| HSL | 274.14º | 0.91% | 0.61% | - |
| HSV(B) | 274.14º | 0.74% | 0.96% | - |
| XYZ | 34.67 | 18.76 | 88.98 | - |
| YUV | 116.43 | 201.12 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 246 | 0.32 | 0.74 | 0 | 0.04 | 274.14 | 0.91 | 0.61 |
| Hex | A8 | 41 | F6 | 20 | 4A | 0 | 4 | 112 | 5B | 3D |
| Octal | 250 | 101 | 366 | 40 | 112 | 0 | 4 | 422 | 133 | 75 |
| Binary | 10101000 | 1000001 | 11110110 | 100000 | 1001010 | 0 | 100 | 100010010 | 1011011 | 111101 |
Color Harmonies of #A841F6
Complementary color
Monochromatic Colors of #A841F6
Black with #A841F6
Text Example
Text Example
White with #A841F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841F6; }
p { color: rgb(168,65,246); }
H1.HeaderClassName
{
color: #A841F6;
}
.AnyTagClassName
{
color: #A841F6;
}
</style>
background-color css
<style>
a { background-color: #A841F6; }
a { background-color: rgb(168,65,246); }
div.DivClassName
{
background-color: #A841F6;
}
.BgClassName
{
background-color: #A841F6;
}
</style>
border-color css
<style>
span { border-color: #A841F6; }
span { border-color: rgb(168,65,246); }
td.TdClassName
{
border-color: #A841F6;
}
.TagClassName
{
border-color: #A841F6;
}
</style>