Shades of Blue Violet #A424F6
Tints of Blue Violet #A424F6
RGB
CMYK
RGB Variations
Color information
#A424F6 (or 0xA424F6) is known color: Blue Violet. HEX triplet: A4, 24 and F6. RGB value is (164,36,246). Sum of RGB (Red+Green+Blue) = 164+36+246=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #A424F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A424F6 is #5BDB09. Grayscale: #616161. Windows color (decimal): -6019850 or 16131236. OLE color: 16131236.
HSL color Cylindrical-coordinate representation of color #A424F6: hue angle of 276.57º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A424F6 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 36 | 246 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.04 |
| HSL | 276.57º | 0.92% | 0.55% | - |
| HSV(B) | 276.57º | 0.85% | 0.96% | - |
| XYZ | 32.58 | 15.81 | 88.52 | - |
| YUV | 98.21 | 211.41 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 246 | 0.33 | 0.85 | 0 | 0.04 | 276.57 | 0.92 | 0.55 |
| Hex | A4 | 24 | F6 | 21 | 55 | 0 | 4 | 115 | 5C | 37 |
| Octal | 244 | 44 | 366 | 41 | 125 | 0 | 4 | 425 | 134 | 67 |
| Binary | 10100100 | 100100 | 11110110 | 100001 | 1010101 | 0 | 100 | 100010101 | 1011100 | 110111 |
Color Harmonies of #A424F6
Complementary color
Monochromatic Colors of #A424F6
Black with #A424F6
Text Example
Text Example
White with #A424F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A424F6; }
p { color: rgb(164,36,246); }
H1.HeaderClassName
{
color: #A424F6;
}
.AnyTagClassName
{
color: #A424F6;
}
</style>
background-color css
<style>
a { background-color: #A424F6; }
a { background-color: rgb(164,36,246); }
div.DivClassName
{
background-color: #A424F6;
}
.BgClassName
{
background-color: #A424F6;
}
</style>
border-color css
<style>
span { border-color: #A424F6; }
span { border-color: rgb(164,36,246); }
td.TdClassName
{
border-color: #A424F6;
}
.TagClassName
{
border-color: #A424F6;
}
</style>