Shades of Blue Violet #A439FA
Tints of Blue Violet #A439FA
RGB
CMYK
RGB Variations
Color information
#A439FA (or 0xA439FA) is known color: Blue Violet. HEX triplet: A4, 39 and FA. RGB value is (164,57,250). Sum of RGB (Red+Green+Blue) = 164+57+250=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #A439FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A439FA is #5BC605. Grayscale: #6E6E6E. Windows color (decimal): -6014470 or 16398756. OLE color: 16398756.
HSL color Cylindrical-coordinate representation of color #A439FA: hue angle of 273.26º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A439FA is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 57 | 250 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.02 |
| HSL | 273.26º | 0.95% | 0.6% | - |
| HSV(B) | 273.26º | 0.77% | 0.98% | - |
| XYZ | 34.03 | 17.72 | 92.07 | - |
| YUV | 111 | 206.45 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 250 | 0.34 | 0.77 | 0 | 0.02 | 273.26 | 0.95 | 0.6 |
| Hex | A4 | 39 | FA | 22 | 4D | 0 | 2 | 111 | 5F | 3C |
| Octal | 244 | 71 | 372 | 42 | 115 | 0 | 2 | 421 | 137 | 74 |
| Binary | 10100100 | 111001 | 11111010 | 100010 | 1001101 | 0 | 10 | 100010001 | 1011111 | 111100 |
Color Harmonies of #A439FA
Complementary color
Monochromatic Colors of #A439FA
Black with #A439FA
Text Example
Text Example
White with #A439FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A439FA; }
p { color: rgb(164,57,250); }
H1.HeaderClassName
{
color: #A439FA;
}
.AnyTagClassName
{
color: #A439FA;
}
</style>
background-color css
<style>
a { background-color: #A439FA; }
a { background-color: rgb(164,57,250); }
div.DivClassName
{
background-color: #A439FA;
}
.BgClassName
{
background-color: #A439FA;
}
</style>
border-color css
<style>
span { border-color: #A439FA; }
span { border-color: rgb(164,57,250); }
td.TdClassName
{
border-color: #A439FA;
}
.TagClassName
{
border-color: #A439FA;
}
</style>