Shades of Blue Violet #A533EC
Tints of Blue Violet #A533EC
RGB
CMYK
RGB Variations
Color information
#A533EC (or 0xA533EC) is known color: Blue Violet. HEX triplet: A5, 33 and EC. RGB value is (165,51,236). Sum of RGB (Red+Green+Blue) = 165+51+236=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #A533EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A533EC is #5ACC13. Grayscale: #696969. Windows color (decimal): -5950484 or 15479717. OLE color: 15479717.
HSL color Cylindrical-coordinate representation of color #A533EC: hue angle of 276.97º degrees, saturation: 0.83, 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 #A533EC is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 51 | 236 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.07 |
| HSL | 276.97º | 0.83% | 0.56% | - |
| HSV(B) | 276.97º | 0.78% | 0.93% | - |
| XYZ | 31.84 | 16.42 | 80.85 | - |
| YUV | 106.18 | 201.27 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 51 | 236 | 0.30 | 0.78 | 0 | 0.07 | 276.97 | 0.83 | 0.56 |
| Hex | A5 | 33 | EC | 1E | 4E | 0 | 7 | 115 | 53 | 38 |
| Octal | 245 | 63 | 354 | 36 | 116 | 0 | 7 | 425 | 123 | 70 |
| Binary | 10100101 | 110011 | 11101100 | 11110 | 1001110 | 0 | 111 | 100010101 | 1010011 | 111000 |
Color Harmonies of #A533EC
Complementary color
Monochromatic Colors of #A533EC
Black with #A533EC
Text Example
Text Example
White with #A533EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A533EC; }
p { color: rgb(165,51,236); }
H1.HeaderClassName
{
color: #A533EC;
}
.AnyTagClassName
{
color: #A533EC;
}
</style>
background-color css
<style>
a { background-color: #A533EC; }
a { background-color: rgb(165,51,236); }
div.DivClassName
{
background-color: #A533EC;
}
.BgClassName
{
background-color: #A533EC;
}
</style>
border-color css
<style>
span { border-color: #A533EC; }
span { border-color: rgb(165,51,236); }
td.TdClassName
{
border-color: #A533EC;
}
.TagClassName
{
border-color: #A533EC;
}
</style>