Shades of Blue Violet #A136ED
Tints of Blue Violet #A136ED
RGB
CMYK
RGB Variations
Color information
#A136ED (or 0xA136ED) is known color: Blue Violet. HEX triplet: A1, 36 and ED. RGB value is (161,54,237). Sum of RGB (Red+Green+Blue) = 161+54+237=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #A136ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A136ED is #5EC912. Grayscale: #6A6A6A. Windows color (decimal): -6211859 or 15546017. OLE color: 15546017.
HSL color Cylindrical-coordinate representation of color #A136ED: hue angle of 275.08º 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 #A136ED is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 54 | 237 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.07 |
| HSL | 275.08º | 0.84% | 0.57% | - |
| HSV(B) | 275.08º | 0.77% | 0.93% | - |
| XYZ | 31.3 | 16.33 | 81.62 | - |
| YUV | 106.86 | 201.45 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 237 | 0.32 | 0.77 | 0 | 0.07 | 275.08 | 0.84 | 0.57 |
| Hex | A1 | 36 | ED | 20 | 4D | 0 | 7 | 113 | 54 | 39 |
| Octal | 241 | 66 | 355 | 40 | 115 | 0 | 7 | 423 | 124 | 71 |
| Binary | 10100001 | 110110 | 11101101 | 100000 | 1001101 | 0 | 111 | 100010011 | 1010100 | 111001 |
Color Harmonies of #A136ED
Complementary color
Monochromatic Colors of #A136ED
Black with #A136ED
Text Example
Text Example
White with #A136ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A136ED; }
p { color: rgb(161,54,237); }
H1.HeaderClassName
{
color: #A136ED;
}
.AnyTagClassName
{
color: #A136ED;
}
</style>
background-color css
<style>
a { background-color: #A136ED; }
a { background-color: rgb(161,54,237); }
div.DivClassName
{
background-color: #A136ED;
}
.BgClassName
{
background-color: #A136ED;
}
</style>
border-color css
<style>
span { border-color: #A136ED; }
span { border-color: rgb(161,54,237); }
td.TdClassName
{
border-color: #A136ED;
}
.TagClassName
{
border-color: #A136ED;
}
</style>