Shades of Blue Violet #A038F6
Tints of Blue Violet #A038F6
RGB
CMYK
RGB Variations
Color information
#A038F6 (or 0xA038F6) is known color: Blue Violet. HEX triplet: A0, 38 and F6. RGB value is (160,56,246). Sum of RGB (Red+Green+Blue) = 160+56+246=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 246 (96.48% from 255 or 53.25% from 462); Max value from RGB is 246 - color contains mainly: blue. Hex color #A038F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A038F6 is #5FC709. Grayscale: #6C6C6C. Windows color (decimal): -6276874 or 16136352. OLE color: 16136352.
HSL color Cylindrical-coordinate representation of color #A038F6: hue angle of 272.84º degrees, saturation: 0.91, 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 #A038F6 is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 56 | 246 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.04 |
| HSL | 272.84º | 0.91% | 0.59% | - |
| HSV(B) | 272.84º | 0.77% | 0.96% | - |
| XYZ | 32.55 | 16.96 | 88.75 | - |
| YUV | 108.76 | 205.46 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 246 | 0.35 | 0.77 | 0 | 0.04 | 272.84 | 0.91 | 0.59 |
| Hex | A0 | 38 | F6 | 23 | 4D | 0 | 4 | 111 | 5B | 3B |
| Octal | 240 | 70 | 366 | 43 | 115 | 0 | 4 | 421 | 133 | 73 |
| Binary | 10100000 | 111000 | 11110110 | 100011 | 1001101 | 0 | 100 | 100010001 | 1011011 | 111011 |
Color Harmonies of #A038F6
Complementary color
Monochromatic Colors of #A038F6
Black with #A038F6
Text Example
Text Example
White with #A038F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A038F6; }
p { color: rgb(160,56,246); }
H1.HeaderClassName
{
color: #A038F6;
}
.AnyTagClassName
{
color: #A038F6;
}
</style>
background-color css
<style>
a { background-color: #A038F6; }
a { background-color: rgb(160,56,246); }
div.DivClassName
{
background-color: #A038F6;
}
.BgClassName
{
background-color: #A038F6;
}
</style>
border-color css
<style>
span { border-color: #A038F6; }
span { border-color: rgb(160,56,246); }
td.TdClassName
{
border-color: #A038F6;
}
.TagClassName
{
border-color: #A038F6;
}
</style>