Shades of Blue Violet #A848F6
Tints of Blue Violet #A848F6
RGB
CMYK
RGB Variations
Color information
#A848F6 (or 0xA848F6) is known color: Blue Violet. HEX triplet: A8, 48 and F6. RGB value is (168,72,246). Sum of RGB (Red+Green+Blue) = 168+72+246=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #A848F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A848F6 is #57B709. Grayscale: #777777. Windows color (decimal): -5748490 or 16140456. OLE color: 16140456.
HSL color Cylindrical-coordinate representation of color #A848F6: hue angle of 273.1º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A848F6 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 72 | 246 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.04 |
| HSL | 273.1º | 0.91% | 0.62% | - |
| HSV(B) | 273.1º | 0.71% | 0.96% | - |
| XYZ | 35.1 | 19.61 | 89.12 | - |
| YUV | 120.54 | 198.8 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 246 | 0.32 | 0.71 | 0 | 0.04 | 273.1 | 0.91 | 0.62 |
| Hex | A8 | 48 | F6 | 20 | 47 | 0 | 4 | 111 | 5B | 3E |
| Octal | 250 | 110 | 366 | 40 | 107 | 0 | 4 | 421 | 133 | 76 |
| Binary | 10101000 | 1001000 | 11110110 | 100000 | 1000111 | 0 | 100 | 100010001 | 1011011 | 111110 |
Color Harmonies of #A848F6
Complementary color
Monochromatic Colors of #A848F6
Black with #A848F6
Text Example
Text Example
White with #A848F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A848F6; }
p { color: rgb(168,72,246); }
H1.HeaderClassName
{
color: #A848F6;
}
.AnyTagClassName
{
color: #A848F6;
}
</style>
background-color css
<style>
a { background-color: #A848F6; }
a { background-color: rgb(168,72,246); }
div.DivClassName
{
background-color: #A848F6;
}
.BgClassName
{
background-color: #A848F6;
}
</style>
border-color css
<style>
span { border-color: #A848F6; }
span { border-color: rgb(168,72,246); }
td.TdClassName
{
border-color: #A848F6;
}
.TagClassName
{
border-color: #A848F6;
}
</style>