Shades of Blue Violet #A430EC
Tints of Blue Violet #A430EC
RGB
CMYK
RGB Variations
Color information
#A430EC (or 0xA430EC) is known color: Blue Violet. HEX triplet: A4, 30 and EC. RGB value is (164,48,236). Sum of RGB (Red+Green+Blue) = 164+48+236=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #A430EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A430EC is #5BCF13. Grayscale: #676767. Windows color (decimal): -6016788 or 15478948. OLE color: 15478948.
HSL color Cylindrical-coordinate representation of color #A430EC: hue angle of 277.02º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A430EC is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 48 | 236 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.07 |
| HSL | 277.02º | 0.83% | 0.56% | - |
| HSV(B) | 277.02º | 0.8% | 0.93% | - |
| XYZ | 31.51 | 16.06 | 80.8 | - |
| YUV | 104.12 | 202.43 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 236 | 0.31 | 0.80 | 0 | 0.07 | 277.02 | 0.83 | 0.56 |
| Hex | A4 | 30 | EC | 1F | 50 | 0 | 7 | 115 | 53 | 38 |
| Octal | 244 | 60 | 354 | 37 | 120 | 0 | 7 | 425 | 123 | 70 |
| Binary | 10100100 | 110000 | 11101100 | 11111 | 1010000 | 0 | 111 | 100010101 | 1010011 | 111000 |
Color Harmonies of #A430EC
Complementary color
Monochromatic Colors of #A430EC
Black with #A430EC
Text Example
Text Example
White with #A430EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A430EC; }
p { color: rgb(164,48,236); }
H1.HeaderClassName
{
color: #A430EC;
}
.AnyTagClassName
{
color: #A430EC;
}
</style>
background-color css
<style>
a { background-color: #A430EC; }
a { background-color: rgb(164,48,236); }
div.DivClassName
{
background-color: #A430EC;
}
.BgClassName
{
background-color: #A430EC;
}
</style>
border-color css
<style>
span { border-color: #A430EC; }
span { border-color: rgb(164,48,236); }
td.TdClassName
{
border-color: #A430EC;
}
.TagClassName
{
border-color: #A430EC;
}
</style>