Shades of Blue Violet #A135ED
Tints of Blue Violet #A135ED
RGB
CMYK
RGB Variations
Color information
#A135ED (or 0xA135ED) is known color: Blue Violet. HEX triplet: A1, 35 and ED. RGB value is (161,53,237). Sum of RGB (Red+Green+Blue) = 161+53+237=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #A135ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A135ED is #5ECA12. Grayscale: #696969. Windows color (decimal): -6212115 or 15545761. OLE color: 15545761.
HSL color Cylindrical-coordinate representation of color #A135ED: hue angle of 275.22º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A135ED is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 53 | 237 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.07 |
| HSL | 275.22º | 0.84% | 0.57% | - |
| HSV(B) | 275.22º | 0.78% | 0.93% | - |
| XYZ | 31.26 | 16.24 | 81.61 | - |
| YUV | 106.27 | 201.78 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 237 | 0.32 | 0.78 | 0 | 0.07 | 275.22 | 0.84 | 0.57 |
| Hex | A1 | 35 | ED | 20 | 4E | 0 | 7 | 113 | 54 | 39 |
| Octal | 241 | 65 | 355 | 40 | 116 | 0 | 7 | 423 | 124 | 71 |
| Binary | 10100001 | 110101 | 11101101 | 100000 | 1001110 | 0 | 111 | 100010011 | 1010100 | 111001 |
Color Harmonies of #A135ED
Complementary color
Monochromatic Colors of #A135ED
Black with #A135ED
Text Example
Text Example
White with #A135ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A135ED; }
p { color: rgb(161,53,237); }
H1.HeaderClassName
{
color: #A135ED;
}
.AnyTagClassName
{
color: #A135ED;
}
</style>
background-color css
<style>
a { background-color: #A135ED; }
a { background-color: rgb(161,53,237); }
div.DivClassName
{
background-color: #A135ED;
}
.BgClassName
{
background-color: #A135ED;
}
</style>
border-color css
<style>
span { border-color: #A135ED; }
span { border-color: rgb(161,53,237); }
td.TdClassName
{
border-color: #A135ED;
}
.TagClassName
{
border-color: #A135ED;
}
</style>