Shades of Blue Violet #A135EF
Tints of Blue Violet #A135EF
RGB
CMYK
RGB Variations
Color information
#A135EF (or 0xA135EF) is known color: Blue Violet. HEX triplet: A1, 35 and EF. RGB value is (161,53,239). Sum of RGB (Red+Green+Blue) = 161+53+239=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #A135EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A135EF is #5ECA10. Grayscale: #696969. Windows color (decimal): -6212113 or 15676833. OLE color: 15676833.
HSL color Cylindrical-coordinate representation of color #A135EF: hue angle of 274.84º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A135EF is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 53 | 239 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.06 |
| HSL | 274.84º | 0.85% | 0.57% | - |
| HSV(B) | 274.84º | 0.78% | 0.94% | - |
| XYZ | 31.55 | 16.36 | 83.16 | - |
| YUV | 106.5 | 202.78 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 239 | 0.33 | 0.78 | 0 | 0.06 | 274.84 | 0.85 | 0.57 |
| Hex | A1 | 35 | EF | 21 | 4E | 0 | 6 | 113 | 55 | 39 |
| Octal | 241 | 65 | 357 | 41 | 116 | 0 | 6 | 423 | 125 | 71 |
| Binary | 10100001 | 110101 | 11101111 | 100001 | 1001110 | 0 | 110 | 100010011 | 1010101 | 111001 |
Color Harmonies of #A135EF
Complementary color
Monochromatic Colors of #A135EF
Black with #A135EF
Text Example
Text Example
White with #A135EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A135EF; }
p { color: rgb(161,53,239); }
H1.HeaderClassName
{
color: #A135EF;
}
.AnyTagClassName
{
color: #A135EF;
}
</style>
background-color css
<style>
a { background-color: #A135EF; }
a { background-color: rgb(161,53,239); }
div.DivClassName
{
background-color: #A135EF;
}
.BgClassName
{
background-color: #A135EF;
}
</style>
border-color css
<style>
span { border-color: #A135EF; }
span { border-color: rgb(161,53,239); }
td.TdClassName
{
border-color: #A135EF;
}
.TagClassName
{
border-color: #A135EF;
}
</style>