Shades of Blue Violet #A430ED
Tints of Blue Violet #A430ED
RGB
CMYK
RGB Variations
Color information
#A430ED (or 0xA430ED) is known color: Blue Violet. HEX triplet: A4, 30 and ED. RGB value is (164,48,237). Sum of RGB (Red+Green+Blue) = 164+48+237=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 48 (19.14% from 255 or 10.69% 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 #A430ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A430ED is #5BCF12. Grayscale: #676767. Windows color (decimal): -6016787 or 15544484. OLE color: 15544484.
HSL color Cylindrical-coordinate representation of color #A430ED: hue angle of 276.83º degrees, saturation: 0.84, 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 #A430ED is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 48 | 237 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.07 |
| HSL | 276.83º | 0.84% | 0.56% | - |
| HSV(B) | 276.83º | 0.8% | 0.93% | - |
| XYZ | 31.65 | 16.12 | 81.56 | - |
| YUV | 104.23 | 202.93 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 237 | 0.31 | 0.80 | 0 | 0.07 | 276.83 | 0.84 | 0.56 |
| Hex | A4 | 30 | ED | 1F | 50 | 0 | 7 | 115 | 54 | 38 |
| Octal | 244 | 60 | 355 | 37 | 120 | 0 | 7 | 425 | 124 | 70 |
| Binary | 10100100 | 110000 | 11101101 | 11111 | 1010000 | 0 | 111 | 100010101 | 1010100 | 111000 |
Color Harmonies of #A430ED
Complementary color
Monochromatic Colors of #A430ED
Black with #A430ED
Text Example
Text Example
White with #A430ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A430ED; }
p { color: rgb(164,48,237); }
H1.HeaderClassName
{
color: #A430ED;
}
.AnyTagClassName
{
color: #A430ED;
}
</style>
background-color css
<style>
a { background-color: #A430ED; }
a { background-color: rgb(164,48,237); }
div.DivClassName
{
background-color: #A430ED;
}
.BgClassName
{
background-color: #A430ED;
}
</style>
border-color css
<style>
span { border-color: #A430ED; }
span { border-color: rgb(164,48,237); }
td.TdClassName
{
border-color: #A430ED;
}
.TagClassName
{
border-color: #A430ED;
}
</style>