Shades of Blue Violet #A439F4
Tints of Blue Violet #A439F4
RGB
CMYK
RGB Variations
Color information
#A439F4 (or 0xA439F4) is known color: Blue Violet. HEX triplet: A4, 39 and F4. RGB value is (164,57,244). Sum of RGB (Red+Green+Blue) = 164+57+244=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #A439F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A439F4 is #5BC60B. Grayscale: #6D6D6D. Windows color (decimal): -6014476 or 16005540. OLE color: 16005540.
HSL color Cylindrical-coordinate representation of color #A439F4: hue angle of 274.33º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A439F4 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 57 | 244 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.04 |
| HSL | 274.33º | 0.89% | 0.59% | - |
| HSV(B) | 274.33º | 0.77% | 0.96% | - |
| XYZ | 33.1 | 17.35 | 87.19 | - |
| YUV | 110.31 | 203.45 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 244 | 0.33 | 0.77 | 0 | 0.04 | 274.33 | 0.89 | 0.59 |
| Hex | A4 | 39 | F4 | 21 | 4D | 0 | 4 | 112 | 59 | 3B |
| Octal | 244 | 71 | 364 | 41 | 115 | 0 | 4 | 422 | 131 | 73 |
| Binary | 10100100 | 111001 | 11110100 | 100001 | 1001101 | 0 | 100 | 100010010 | 1011001 | 111011 |
Color Harmonies of #A439F4
Complementary color
Monochromatic Colors of #A439F4
Black with #A439F4
Text Example
Text Example
White with #A439F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A439F4; }
p { color: rgb(164,57,244); }
H1.HeaderClassName
{
color: #A439F4;
}
.AnyTagClassName
{
color: #A439F4;
}
</style>
background-color css
<style>
a { background-color: #A439F4; }
a { background-color: rgb(164,57,244); }
div.DivClassName
{
background-color: #A439F4;
}
.BgClassName
{
background-color: #A439F4;
}
</style>
border-color css
<style>
span { border-color: #A439F4; }
span { border-color: rgb(164,57,244); }
td.TdClassName
{
border-color: #A439F4;
}
.TagClassName
{
border-color: #A439F4;
}
</style>