Shades of Blue Violet #A836EE
Tints of Blue Violet #A836EE
RGB
CMYK
RGB Variations
Color information
#A836EE (or 0xA836EE) is known color: Blue Violet. HEX triplet: A8, 36 and EE. RGB value is (168,54,238). Sum of RGB (Red+Green+Blue) = 168+54+238=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #A836EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A836EE is #57C911. Grayscale: #6C6C6C. Windows color (decimal): -5753106 or 15611560. OLE color: 15611560.
HSL color Cylindrical-coordinate representation of color #A836EE: hue angle of 277.17º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A836EE is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 54 | 238 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.07 |
| HSL | 277.17º | 0.84% | 0.57% | - |
| HSV(B) | 277.17º | 0.77% | 0.93% | - |
| XYZ | 32.9 | 17.14 | 82.46 | - |
| YUV | 109.06 | 200.77 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 238 | 0.29 | 0.77 | 0 | 0.07 | 277.17 | 0.84 | 0.57 |
| Hex | A8 | 36 | EE | 1D | 4D | 0 | 7 | 115 | 54 | 39 |
| Octal | 250 | 66 | 356 | 35 | 115 | 0 | 7 | 425 | 124 | 71 |
| Binary | 10101000 | 110110 | 11101110 | 11101 | 1001101 | 0 | 111 | 100010101 | 1010100 | 111001 |
Color Harmonies of #A836EE
Complementary color
Monochromatic Colors of #A836EE
Black with #A836EE
Text Example
Text Example
White with #A836EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A836EE; }
p { color: rgb(168,54,238); }
H1.HeaderClassName
{
color: #A836EE;
}
.AnyTagClassName
{
color: #A836EE;
}
</style>
background-color css
<style>
a { background-color: #A836EE; }
a { background-color: rgb(168,54,238); }
div.DivClassName
{
background-color: #A836EE;
}
.BgClassName
{
background-color: #A836EE;
}
</style>
border-color css
<style>
span { border-color: #A836EE; }
span { border-color: rgb(168,54,238); }
td.TdClassName
{
border-color: #A836EE;
}
.TagClassName
{
border-color: #A836EE;
}
</style>