Shades of Blue Violet #A837F7
Tints of Blue Violet #A837F7
RGB
CMYK
RGB Variations
Color information
#A837F7 (or 0xA837F7) is known color: Blue Violet. HEX triplet: A8, 37 and F7. RGB value is (168,55,247). Sum of RGB (Red+Green+Blue) = 168+55+247=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 247 (96.88% from 255 or 52.55% from 470); Max value from RGB is 247 - color contains mainly: blue. Hex color #A837F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A837F7 is #57C808. Grayscale: #6E6E6E. Windows color (decimal): -5752841 or 16201640. OLE color: 16201640.
HSL color Cylindrical-coordinate representation of color #A837F7: hue angle of 275.31º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A837F7 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 55 | 247 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.03 |
| HSL | 275.31º | 0.92% | 0.59% | - |
| HSV(B) | 275.31º | 0.78% | 0.97% | - |
| XYZ | 34.3 | 17.77 | 89.62 | - |
| YUV | 110.68 | 204.94 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 247 | 0.32 | 0.78 | 0 | 0.03 | 275.31 | 0.92 | 0.59 |
| Hex | A8 | 37 | F7 | 20 | 4E | 0 | 3 | 113 | 5C | 3B |
| Octal | 250 | 67 | 367 | 40 | 116 | 0 | 3 | 423 | 134 | 73 |
| Binary | 10101000 | 110111 | 11110111 | 100000 | 1001110 | 0 | 11 | 100010011 | 1011100 | 111011 |
Color Harmonies of #A837F7
Complementary color
Monochromatic Colors of #A837F7
Black with #A837F7
Text Example
Text Example
White with #A837F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A837F7; }
p { color: rgb(168,55,247); }
H1.HeaderClassName
{
color: #A837F7;
}
.AnyTagClassName
{
color: #A837F7;
}
</style>
background-color css
<style>
a { background-color: #A837F7; }
a { background-color: rgb(168,55,247); }
div.DivClassName
{
background-color: #A837F7;
}
.BgClassName
{
background-color: #A837F7;
}
</style>
border-color css
<style>
span { border-color: #A837F7; }
span { border-color: rgb(168,55,247); }
td.TdClassName
{
border-color: #A837F7;
}
.TagClassName
{
border-color: #A837F7;
}
</style>