Shades of Blue Violet #A136FF
Tints of Blue Violet #A136FF
RGB
CMYK
RGB Variations
Color information
#A136FF (or 0xA136FF) is known color: Blue Violet. HEX triplet: A1, 36 and FF. RGB value is (161,54,255). Sum of RGB (Red+Green+Blue) = 161+54+255=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #A136FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A136FF is #5EC900. Grayscale: #6C6C6C. Windows color (decimal): -6211841 or 16725665. OLE color: 16725665.
HSL color Cylindrical-coordinate representation of color #A136FF: hue angle of 271.94º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A136FF is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 54 | 255 | - |
| CMYK | 0.37 | 0.79 | 0 | 0 |
| HSL | 271.94º | 1% | 0.61% | - |
| HSV(B) | 271.94º | 0.79% | 1% | - |
| XYZ | 34.07 | 17.44 | 96.18 | - |
| YUV | 108.91 | 210.45 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 255 | 0.37 | 0.79 | 0 | 0 | 271.94 | 1 | 0.61 |
| Hex | A1 | 36 | FF | 25 | 4F | 0 | 0 | 110 | 64 | 3D |
| Octal | 241 | 66 | 377 | 45 | 117 | 0 | 0 | 420 | 144 | 75 |
| Binary | 10100001 | 110110 | 11111111 | 100101 | 1001111 | 0 | 0 | 100010000 | 1100100 | 111101 |
Color Harmonies of #A136FF
Complementary color
Monochromatic Colors of #A136FF
Black with #A136FF
Text Example
Text Example
White with #A136FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A136FF; }
p { color: rgb(161,54,255); }
H1.HeaderClassName
{
color: #A136FF;
}
.AnyTagClassName
{
color: #A136FF;
}
</style>
background-color css
<style>
a { background-color: #A136FF; }
a { background-color: rgb(161,54,255); }
div.DivClassName
{
background-color: #A136FF;
}
.BgClassName
{
background-color: #A136FF;
}
</style>
border-color css
<style>
span { border-color: #A136FF; }
span { border-color: rgb(161,54,255); }
td.TdClassName
{
border-color: #A136FF;
}
.TagClassName
{
border-color: #A136FF;
}
</style>