Shades of Blue Violet #A430F2
Tints of Blue Violet #A430F2
RGB
CMYK
RGB Variations
Color information
#A430F2 (or 0xA430F2) is known color: Blue Violet. HEX triplet: A4, 30 and F2. RGB value is (164,48,242). Sum of RGB (Red+Green+Blue) = 164+48+242=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #A430F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A430F2 is #5BCF0D. Grayscale: #686868. Windows color (decimal): -6016782 or 15872164. OLE color: 15872164.
HSL color Cylindrical-coordinate representation of color #A430F2: hue angle of 275.88º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A430F2 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 48 | 242 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.05 |
| HSL | 275.88º | 0.88% | 0.57% | - |
| HSV(B) | 275.88º | 0.8% | 0.95% | - |
| XYZ | 32.39 | 16.42 | 85.47 | - |
| YUV | 104.8 | 205.43 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 242 | 0.32 | 0.80 | 0 | 0.05 | 275.88 | 0.88 | 0.57 |
| Hex | A4 | 30 | F2 | 20 | 50 | 0 | 5 | 114 | 58 | 39 |
| Octal | 244 | 60 | 362 | 40 | 120 | 0 | 5 | 424 | 130 | 71 |
| Binary | 10100100 | 110000 | 11110010 | 100000 | 1010000 | 0 | 101 | 100010100 | 1011000 | 111001 |
Color Harmonies of #A430F2
Complementary color
Monochromatic Colors of #A430F2
Black with #A430F2
Text Example
Text Example
White with #A430F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A430F2; }
p { color: rgb(164,48,242); }
H1.HeaderClassName
{
color: #A430F2;
}
.AnyTagClassName
{
color: #A430F2;
}
</style>
background-color css
<style>
a { background-color: #A430F2; }
a { background-color: rgb(164,48,242); }
div.DivClassName
{
background-color: #A430F2;
}
.BgClassName
{
background-color: #A430F2;
}
</style>
border-color css
<style>
span { border-color: #A430F2; }
span { border-color: rgb(164,48,242); }
td.TdClassName
{
border-color: #A430F2;
}
.TagClassName
{
border-color: #A430F2;
}
</style>