Shades of Blue Violet #A424FF
Tints of Blue Violet #A424FF
RGB
CMYK
RGB Variations
Color information
#A424FF (or 0xA424FF) is known color: Blue Violet. HEX triplet: A4, 24 and FF. RGB value is (164,36,255). Sum of RGB (Red+Green+Blue) = 164+36+255=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #A424FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A424FF is #5BDB00. Grayscale: #626262. Windows color (decimal): -6019841 or 16721060. OLE color: 16721060.
HSL color Cylindrical-coordinate representation of color #A424FF: hue angle of 275.07º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A424FF is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 36 | 255 | - |
| CMYK | 0.36 | 0.86 | 0 | 0 |
| HSL | 275.07º | 1% | 0.57% | - |
| HSV(B) | 275.07º | 0.86% | 1% | - |
| XYZ | 33.99 | 16.37 | 95.98 | - |
| YUV | 99.24 | 215.91 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 255 | 0.36 | 0.86 | 0 | 0 | 275.07 | 1 | 0.57 |
| Hex | A4 | 24 | FF | 24 | 56 | 0 | 0 | 113 | 64 | 39 |
| Octal | 244 | 44 | 377 | 44 | 126 | 0 | 0 | 423 | 144 | 71 |
| Binary | 10100100 | 100100 | 11111111 | 100100 | 1010110 | 0 | 0 | 100010011 | 1100100 | 111001 |
Color Harmonies of #A424FF
Complementary color
Monochromatic Colors of #A424FF
Black with #A424FF
Text Example
Text Example
White with #A424FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A424FF; }
p { color: rgb(164,36,255); }
H1.HeaderClassName
{
color: #A424FF;
}
.AnyTagClassName
{
color: #A424FF;
}
</style>
background-color css
<style>
a { background-color: #A424FF; }
a { background-color: rgb(164,36,255); }
div.DivClassName
{
background-color: #A424FF;
}
.BgClassName
{
background-color: #A424FF;
}
</style>
border-color css
<style>
span { border-color: #A424FF; }
span { border-color: rgb(164,36,255); }
td.TdClassName
{
border-color: #A424FF;
}
.TagClassName
{
border-color: #A424FF;
}
</style>