Shades of Blue Violet #A038F7
Tints of Blue Violet #A038F7
RGB
CMYK
RGB Variations
Color information
#A038F7 (or 0xA038F7) is known color: Blue Violet. HEX triplet: A0, 38 and F7. RGB value is (160,56,247). Sum of RGB (Red+Green+Blue) = 160+56+247=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 247 (96.88% from 255 or 53.35% from 463); Max value from RGB is 247 - color contains mainly: blue. Hex color #A038F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A038F7 is #5FC708. Grayscale: #6C6C6C. Windows color (decimal): -6276873 or 16201888. OLE color: 16201888.
HSL color Cylindrical-coordinate representation of color #A038F7: hue angle of 272.67º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A038F7 is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 56 | 247 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.03 |
| HSL | 272.67º | 0.92% | 0.59% | - |
| HSV(B) | 272.67º | 0.77% | 0.97% | - |
| XYZ | 32.7 | 17.02 | 89.56 | - |
| YUV | 108.87 | 205.96 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 247 | 0.35 | 0.77 | 0 | 0.03 | 272.67 | 0.92 | 0.59 |
| Hex | A0 | 38 | F7 | 23 | 4D | 0 | 3 | 111 | 5C | 3B |
| Octal | 240 | 70 | 367 | 43 | 115 | 0 | 3 | 421 | 134 | 73 |
| Binary | 10100000 | 111000 | 11110111 | 100011 | 1001101 | 0 | 11 | 100010001 | 1011100 | 111011 |
Color Harmonies of #A038F7
Complementary color
Monochromatic Colors of #A038F7
Black with #A038F7
Text Example
Text Example
White with #A038F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A038F7; }
p { color: rgb(160,56,247); }
H1.HeaderClassName
{
color: #A038F7;
}
.AnyTagClassName
{
color: #A038F7;
}
</style>
background-color css
<style>
a { background-color: #A038F7; }
a { background-color: rgb(160,56,247); }
div.DivClassName
{
background-color: #A038F7;
}
.BgClassName
{
background-color: #A038F7;
}
</style>
border-color css
<style>
span { border-color: #A038F7; }
span { border-color: rgb(160,56,247); }
td.TdClassName
{
border-color: #A038F7;
}
.TagClassName
{
border-color: #A038F7;
}
</style>