Shades of Blue Violet #A433EC
Tints of Blue Violet #A433EC
RGB
CMYK
RGB Variations
Color information
#A433EC (or 0xA433EC) is known color: Blue Violet. HEX triplet: A4, 33 and EC. RGB value is (164,51,236). Sum of RGB (Red+Green+Blue) = 164+51+236=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #A433EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A433EC is #5BCC13. Grayscale: #696969. Windows color (decimal): -6016020 or 15479716. OLE color: 15479716.
HSL color Cylindrical-coordinate representation of color #A433EC: hue angle of 276.65º 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 #A433EC is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 51 | 236 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.07 |
| HSL | 276.65º | 0.83% | 0.56% | - |
| HSV(B) | 276.65º | 0.78% | 0.93% | - |
| XYZ | 31.63 | 16.32 | 80.84 | - |
| YUV | 105.88 | 201.44 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 236 | 0.31 | 0.78 | 0 | 0.07 | 276.65 | 0.83 | 0.56 |
| Hex | A4 | 33 | EC | 1F | 4E | 0 | 7 | 115 | 53 | 38 |
| Octal | 244 | 63 | 354 | 37 | 116 | 0 | 7 | 425 | 123 | 70 |
| Binary | 10100100 | 110011 | 11101100 | 11111 | 1001110 | 0 | 111 | 100010101 | 1010011 | 111000 |
Color Harmonies of #A433EC
Complementary color
Monochromatic Colors of #A433EC
Black with #A433EC
Text Example
Text Example
White with #A433EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A433EC; }
p { color: rgb(164,51,236); }
H1.HeaderClassName
{
color: #A433EC;
}
.AnyTagClassName
{
color: #A433EC;
}
</style>
background-color css
<style>
a { background-color: #A433EC; }
a { background-color: rgb(164,51,236); }
div.DivClassName
{
background-color: #A433EC;
}
.BgClassName
{
background-color: #A433EC;
}
</style>
border-color css
<style>
span { border-color: #A433EC; }
span { border-color: rgb(164,51,236); }
td.TdClassName
{
border-color: #A433EC;
}
.TagClassName
{
border-color: #A433EC;
}
</style>