Shades of Blue Violet #A837F1
Tints of Blue Violet #A837F1
RGB
CMYK
RGB Variations
Color information
#A837F1 (or 0xA837F1) is known color: Blue Violet. HEX triplet: A8, 37 and F1. RGB value is (168,55,241). Sum of RGB (Red+Green+Blue) = 168+55+241=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #A837F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A837F1 is #57C80E. Grayscale: #6D6D6D. Windows color (decimal): -5752847 or 15808424. OLE color: 15808424.
HSL color Cylindrical-coordinate representation of color #A837F1: hue angle of 276.45º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A837F1 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 55 | 241 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.05 |
| HSL | 276.45º | 0.87% | 0.58% | - |
| HSV(B) | 276.45º | 0.77% | 0.95% | - |
| XYZ | 33.39 | 17.41 | 84.82 | - |
| YUV | 109.99 | 201.94 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 241 | 0.30 | 0.77 | 0 | 0.05 | 276.45 | 0.87 | 0.58 |
| Hex | A8 | 37 | F1 | 1E | 4D | 0 | 5 | 114 | 57 | 3A |
| Octal | 250 | 67 | 361 | 36 | 115 | 0 | 5 | 424 | 127 | 72 |
| Binary | 10101000 | 110111 | 11110001 | 11110 | 1001101 | 0 | 101 | 100010100 | 1010111 | 111010 |
Color Harmonies of #A837F1
Complementary color
Monochromatic Colors of #A837F1
Black with #A837F1
Text Example
Text Example
White with #A837F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A837F1; }
p { color: rgb(168,55,241); }
H1.HeaderClassName
{
color: #A837F1;
}
.AnyTagClassName
{
color: #A837F1;
}
</style>
background-color css
<style>
a { background-color: #A837F1; }
a { background-color: rgb(168,55,241); }
div.DivClassName
{
background-color: #A837F1;
}
.BgClassName
{
background-color: #A837F1;
}
</style>
border-color css
<style>
span { border-color: #A837F1; }
span { border-color: rgb(168,55,241); }
td.TdClassName
{
border-color: #A837F1;
}
.TagClassName
{
border-color: #A837F1;
}
</style>