Shades of Blue Violet #A836F7
Tints of Blue Violet #A836F7
RGB
CMYK
RGB Variations
Color information
#A836F7 (or 0xA836F7) is known color: Blue Violet. HEX triplet: A8, 36 and F7. RGB value is (168,54,247). Sum of RGB (Red+Green+Blue) = 168+54+247=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 247 (96.88% from 255 or 52.67% from 469); Max value from RGB is 247 - color contains mainly: blue. Hex color #A836F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A836F7 is #57C908. Grayscale: #6D6D6D. Windows color (decimal): -5753097 or 16201384. OLE color: 16201384.
HSL color Cylindrical-coordinate representation of color #A836F7: hue angle of 275.44º 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 #A836F7 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 54 | 247 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.03 |
| HSL | 275.44º | 0.92% | 0.59% | - |
| HSV(B) | 275.44º | 0.78% | 0.97% | - |
| XYZ | 34.26 | 17.68 | 89.6 | - |
| YUV | 110.09 | 205.27 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 247 | 0.32 | 0.78 | 0 | 0.03 | 275.44 | 0.92 | 0.59 |
| Hex | A8 | 36 | F7 | 20 | 4E | 0 | 3 | 113 | 5C | 3B |
| Octal | 250 | 66 | 367 | 40 | 116 | 0 | 3 | 423 | 134 | 73 |
| Binary | 10101000 | 110110 | 11110111 | 100000 | 1001110 | 0 | 11 | 100010011 | 1011100 | 111011 |
Color Harmonies of #A836F7
Complementary color
Monochromatic Colors of #A836F7
Black with #A836F7
Text Example
Text Example
White with #A836F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A836F7; }
p { color: rgb(168,54,247); }
H1.HeaderClassName
{
color: #A836F7;
}
.AnyTagClassName
{
color: #A836F7;
}
</style>
background-color css
<style>
a { background-color: #A836F7; }
a { background-color: rgb(168,54,247); }
div.DivClassName
{
background-color: #A836F7;
}
.BgClassName
{
background-color: #A836F7;
}
</style>
border-color css
<style>
span { border-color: #A836F7; }
span { border-color: rgb(168,54,247); }
td.TdClassName
{
border-color: #A836F7;
}
.TagClassName
{
border-color: #A836F7;
}
</style>