Shades of Blue Violet #A136EA
Tints of Blue Violet #A136EA
RGB
CMYK
RGB Variations
Color information
#A136EA (or 0xA136EA) is known color: Blue Violet. HEX triplet: A1, 36 and EA. RGB value is (161,54,234). Sum of RGB (Red+Green+Blue) = 161+54+234=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #A136EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A136EA is #5EC915. Grayscale: #696969. Windows color (decimal): -6211862 or 15349409. OLE color: 15349409.
HSL color Cylindrical-coordinate representation of color #A136EA: hue angle of 275.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A136EA is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 54 | 234 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.08 |
| HSL | 275.67º | 0.81% | 0.56% | - |
| HSV(B) | 275.67º | 0.77% | 0.92% | - |
| XYZ | 30.87 | 16.16 | 79.33 | - |
| YUV | 106.51 | 199.95 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 234 | 0.31 | 0.77 | 0 | 0.08 | 275.67 | 0.81 | 0.56 |
| Hex | A1 | 36 | EA | 1F | 4D | 0 | 8 | 114 | 51 | 38 |
| Octal | 241 | 66 | 352 | 37 | 115 | 0 | 10 | 424 | 121 | 70 |
| Binary | 10100001 | 110110 | 11101010 | 11111 | 1001101 | 0 | 1000 | 100010100 | 1010001 | 111000 |
Color Harmonies of #A136EA
Complementary color
Monochromatic Colors of #A136EA
Black with #A136EA
Text Example
Text Example
White with #A136EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A136EA; }
p { color: rgb(161,54,234); }
H1.HeaderClassName
{
color: #A136EA;
}
.AnyTagClassName
{
color: #A136EA;
}
</style>
background-color css
<style>
a { background-color: #A136EA; }
a { background-color: rgb(161,54,234); }
div.DivClassName
{
background-color: #A136EA;
}
.BgClassName
{
background-color: #A136EA;
}
</style>
border-color css
<style>
span { border-color: #A136EA; }
span { border-color: rgb(161,54,234); }
td.TdClassName
{
border-color: #A136EA;
}
.TagClassName
{
border-color: #A136EA;
}
</style>