Shades of Blue Violet #A836EB
Tints of Blue Violet #A836EB
RGB
CMYK
RGB Variations
Color information
#A836EB (or 0xA836EB) is known color: Blue Violet. HEX triplet: A8, 36 and EB. RGB value is (168,54,235). Sum of RGB (Red+Green+Blue) = 168+54+235=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #A836EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A836EB is #57C914. Grayscale: #6C6C6C. Windows color (decimal): -5753109 or 15414952. OLE color: 15414952.
HSL color Cylindrical-coordinate representation of color #A836EB: hue angle of 277.79º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A836EB is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 54 | 235 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.08 |
| HSL | 277.79º | 0.82% | 0.57% | - |
| HSV(B) | 277.79º | 0.77% | 0.92% | - |
| XYZ | 32.46 | 16.96 | 80.16 | - |
| YUV | 108.72 | 199.27 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 235 | 0.29 | 0.77 | 0 | 0.08 | 277.79 | 0.82 | 0.57 |
| Hex | A8 | 36 | EB | 1D | 4D | 0 | 8 | 116 | 52 | 39 |
| Octal | 250 | 66 | 353 | 35 | 115 | 0 | 10 | 426 | 122 | 71 |
| Binary | 10101000 | 110110 | 11101011 | 11101 | 1001101 | 0 | 1000 | 100010110 | 1010010 | 111001 |
Color Harmonies of #A836EB
Complementary color
Monochromatic Colors of #A836EB
Black with #A836EB
Text Example
Text Example
White with #A836EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A836EB; }
p { color: rgb(168,54,235); }
H1.HeaderClassName
{
color: #A836EB;
}
.AnyTagClassName
{
color: #A836EB;
}
</style>
background-color css
<style>
a { background-color: #A836EB; }
a { background-color: rgb(168,54,235); }
div.DivClassName
{
background-color: #A836EB;
}
.BgClassName
{
background-color: #A836EB;
}
</style>
border-color css
<style>
span { border-color: #A836EB; }
span { border-color: rgb(168,54,235); }
td.TdClassName
{
border-color: #A836EB;
}
.TagClassName
{
border-color: #A836EB;
}
</style>