Shades of Blue Violet #A133ED
Tints of Blue Violet #A133ED
RGB
CMYK
RGB Variations
Color information
#A133ED (or 0xA133ED) is known color: Blue Violet. HEX triplet: A1, 33 and ED. RGB value is (161,51,237). Sum of RGB (Red+Green+Blue) = 161+51+237=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #A133ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A133ED is #5ECC12. Grayscale: #686868. Windows color (decimal): -6212627 or 15545249. OLE color: 15545249.
HSL color Cylindrical-coordinate representation of color #A133ED: hue angle of 275.48º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A133ED is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 51 | 237 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.07 |
| HSL | 275.48º | 0.84% | 0.56% | - |
| HSV(B) | 275.48º | 0.78% | 0.93% | - |
| XYZ | 31.17 | 16.06 | 81.58 | - |
| YUV | 105.09 | 202.44 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 237 | 0.32 | 0.78 | 0 | 0.07 | 275.48 | 0.84 | 0.56 |
| Hex | A1 | 33 | ED | 20 | 4E | 0 | 7 | 113 | 54 | 38 |
| Octal | 241 | 63 | 355 | 40 | 116 | 0 | 7 | 423 | 124 | 70 |
| Binary | 10100001 | 110011 | 11101101 | 100000 | 1001110 | 0 | 111 | 100010011 | 1010100 | 111000 |
Color Harmonies of #A133ED
Complementary color
Monochromatic Colors of #A133ED
Black with #A133ED
Text Example
Text Example
White with #A133ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A133ED; }
p { color: rgb(161,51,237); }
H1.HeaderClassName
{
color: #A133ED;
}
.AnyTagClassName
{
color: #A133ED;
}
</style>
background-color css
<style>
a { background-color: #A133ED; }
a { background-color: rgb(161,51,237); }
div.DivClassName
{
background-color: #A133ED;
}
.BgClassName
{
background-color: #A133ED;
}
</style>
border-color css
<style>
span { border-color: #A133ED; }
span { border-color: rgb(161,51,237); }
td.TdClassName
{
border-color: #A133ED;
}
.TagClassName
{
border-color: #A133ED;
}
</style>