Shades of Blue Violet #A136EE
Tints of Blue Violet #A136EE
RGB
CMYK
RGB Variations
Color information
#A136EE (or 0xA136EE) is known color: Blue Violet. HEX triplet: A1, 36 and EE. RGB value is (161,54,238). Sum of RGB (Red+Green+Blue) = 161+54+238=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #A136EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A136EE is #5EC911. Grayscale: #6A6A6A. Windows color (decimal): -6211858 or 15611553. OLE color: 15611553.
HSL color Cylindrical-coordinate representation of color #A136EE: hue angle of 274.89º 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 #A136EE is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 54 | 238 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.07 |
| HSL | 274.89º | 0.84% | 0.57% | - |
| HSV(B) | 274.89º | 0.77% | 0.93% | - |
| XYZ | 31.45 | 16.39 | 82.39 | - |
| YUV | 106.97 | 201.95 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 238 | 0.32 | 0.77 | 0 | 0.07 | 274.89 | 0.84 | 0.57 |
| Hex | A1 | 36 | EE | 20 | 4D | 0 | 7 | 113 | 54 | 39 |
| Octal | 241 | 66 | 356 | 40 | 115 | 0 | 7 | 423 | 124 | 71 |
| Binary | 10100001 | 110110 | 11101110 | 100000 | 1001101 | 0 | 111 | 100010011 | 1010100 | 111001 |
Color Harmonies of #A136EE
Complementary color
Monochromatic Colors of #A136EE
Black with #A136EE
Text Example
Text Example
White with #A136EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A136EE; }
p { color: rgb(161,54,238); }
H1.HeaderClassName
{
color: #A136EE;
}
.AnyTagClassName
{
color: #A136EE;
}
</style>
background-color css
<style>
a { background-color: #A136EE; }
a { background-color: rgb(161,54,238); }
div.DivClassName
{
background-color: #A136EE;
}
.BgClassName
{
background-color: #A136EE;
}
</style>
border-color css
<style>
span { border-color: #A136EE; }
span { border-color: rgb(161,54,238); }
td.TdClassName
{
border-color: #A136EE;
}
.TagClassName
{
border-color: #A136EE;
}
</style>