Shades of Blue Violet #A439FF
Tints of Blue Violet #A439FF
RGB
CMYK
RGB Variations
Color information
#A439FF (or 0xA439FF) is known color: Blue Violet. HEX triplet: A4, 39 and FF. RGB value is (164,57,255). Sum of RGB (Red+Green+Blue) = 164+57+255=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #A439FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A439FF is #5BC600. Grayscale: #6E6E6E. Windows color (decimal): -6014465 or 16726436. OLE color: 16726436.
HSL color Cylindrical-coordinate representation of color #A439FF: hue angle of 272.42º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A439FF is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 57 | 255 | - |
| CMYK | 0.36 | 0.78 | 0 | 0 |
| HSL | 272.42º | 1% | 0.61% | - |
| HSV(B) | 272.42º | 0.78% | 1% | - |
| XYZ | 34.82 | 18.04 | 96.25 | - |
| YUV | 111.57 | 208.95 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 255 | 0.36 | 0.78 | 0 | 0 | 272.42 | 1 | 0.61 |
| Hex | A4 | 39 | FF | 24 | 4E | 0 | 0 | 110 | 64 | 3D |
| Octal | 244 | 71 | 377 | 44 | 116 | 0 | 0 | 420 | 144 | 75 |
| Binary | 10100100 | 111001 | 11111111 | 100100 | 1001110 | 0 | 0 | 100010000 | 1100100 | 111101 |
Color Harmonies of #A439FF
Complementary color
Monochromatic Colors of #A439FF
Black with #A439FF
Text Example
Text Example
White with #A439FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A439FF; }
p { color: rgb(164,57,255); }
H1.HeaderClassName
{
color: #A439FF;
}
.AnyTagClassName
{
color: #A439FF;
}
</style>
background-color css
<style>
a { background-color: #A439FF; }
a { background-color: rgb(164,57,255); }
div.DivClassName
{
background-color: #A439FF;
}
.BgClassName
{
background-color: #A439FF;
}
</style>
border-color css
<style>
span { border-color: #A439FF; }
span { border-color: rgb(164,57,255); }
td.TdClassName
{
border-color: #A439FF;
}
.TagClassName
{
border-color: #A439FF;
}
</style>