Shades of Blue Violet #A438F0
Tints of Blue Violet #A438F0
RGB
CMYK
RGB Variations
Color information
#A438F0 (or 0xA438F0) is known color: Blue Violet. HEX triplet: A4, 38 and F0. RGB value is (164,56,240). Sum of RGB (Red+Green+Blue) = 164+56+240=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #A438F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A438F0 is #5BC70F. Grayscale: #6C6C6C. Windows color (decimal): -6014736 or 15743140. OLE color: 15743140.
HSL color Cylindrical-coordinate representation of color #A438F0: hue angle of 275.22º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A438F0 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 56 | 240 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.06 |
| HSL | 275.22º | 0.86% | 0.58% | - |
| HSV(B) | 275.22º | 0.77% | 0.94% | - |
| XYZ | 32.45 | 17.01 | 84.01 | - |
| YUV | 109.27 | 201.78 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 240 | 0.32 | 0.77 | 0 | 0.06 | 275.22 | 0.86 | 0.58 |
| Hex | A4 | 38 | F0 | 20 | 4D | 0 | 6 | 113 | 56 | 3A |
| Octal | 244 | 70 | 360 | 40 | 115 | 0 | 6 | 423 | 126 | 72 |
| Binary | 10100100 | 111000 | 11110000 | 100000 | 1001101 | 0 | 110 | 100010011 | 1010110 | 111010 |
Color Harmonies of #A438F0
Complementary color
Monochromatic Colors of #A438F0
Black with #A438F0
Text Example
Text Example
White with #A438F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A438F0; }
p { color: rgb(164,56,240); }
H1.HeaderClassName
{
color: #A438F0;
}
.AnyTagClassName
{
color: #A438F0;
}
</style>
background-color css
<style>
a { background-color: #A438F0; }
a { background-color: rgb(164,56,240); }
div.DivClassName
{
background-color: #A438F0;
}
.BgClassName
{
background-color: #A438F0;
}
</style>
border-color css
<style>
span { border-color: #A438F0; }
span { border-color: rgb(164,56,240); }
td.TdClassName
{
border-color: #A438F0;
}
.TagClassName
{
border-color: #A438F0;
}
</style>