Shades of Blue Violet #A430EF
Tints of Blue Violet #A430EF
RGB
CMYK
RGB Variations
Color information
#A430EF (or 0xA430EF) is known color: Blue Violet. HEX triplet: A4, 30 and EF. RGB value is (164,48,239). Sum of RGB (Red+Green+Blue) = 164+48+239=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #A430EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A430EF is #5BCF10. Grayscale: #676767. Windows color (decimal): -6016785 or 15675556. OLE color: 15675556.
HSL color Cylindrical-coordinate representation of color #A430EF: hue angle of 276.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A430EF is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 48 | 239 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.06 |
| HSL | 276.44º | 0.86% | 0.56% | - |
| HSV(B) | 276.44º | 0.8% | 0.94% | - |
| XYZ | 31.95 | 16.24 | 83.11 | - |
| YUV | 104.46 | 203.93 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 239 | 0.31 | 0.80 | 0 | 0.06 | 276.44 | 0.86 | 0.56 |
| Hex | A4 | 30 | EF | 1F | 50 | 0 | 6 | 114 | 56 | 38 |
| Octal | 244 | 60 | 357 | 37 | 120 | 0 | 6 | 424 | 126 | 70 |
| Binary | 10100100 | 110000 | 11101111 | 11111 | 1010000 | 0 | 110 | 100010100 | 1010110 | 111000 |
Color Harmonies of #A430EF
Complementary color
Monochromatic Colors of #A430EF
Black with #A430EF
Text Example
Text Example
White with #A430EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A430EF; }
p { color: rgb(164,48,239); }
H1.HeaderClassName
{
color: #A430EF;
}
.AnyTagClassName
{
color: #A430EF;
}
</style>
background-color css
<style>
a { background-color: #A430EF; }
a { background-color: rgb(164,48,239); }
div.DivClassName
{
background-color: #A430EF;
}
.BgClassName
{
background-color: #A430EF;
}
</style>
border-color css
<style>
span { border-color: #A430EF; }
span { border-color: rgb(164,48,239); }
td.TdClassName
{
border-color: #A430EF;
}
.TagClassName
{
border-color: #A430EF;
}
</style>