Shades of Blue Violet #A038FC
Tints of Blue Violet #A038FC
RGB
CMYK
RGB Variations
Color information
#A038FC (or 0xA038FC) is known color: Blue Violet. HEX triplet: A0, 38 and FC. RGB value is (160,56,252). Sum of RGB (Red+Green+Blue) = 160+56+252=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #A038FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A038FC is #5FC703. Grayscale: #6C6C6C. Windows color (decimal): -6276868 or 16529568. OLE color: 16529568.
HSL color Cylindrical-coordinate representation of color #A038FC: hue angle of 271.84º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A038FC is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 56 | 252 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.01 |
| HSL | 271.84º | 0.97% | 0.6% | - |
| HSV(B) | 271.84º | 0.78% | 0.99% | - |
| XYZ | 33.48 | 17.33 | 93.68 | - |
| YUV | 109.44 | 208.46 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 252 | 0.37 | 0.78 | 0 | 0.01 | 271.84 | 0.97 | 0.6 |
| Hex | A0 | 38 | FC | 25 | 4E | 0 | 1 | 110 | 61 | 3C |
| Octal | 240 | 70 | 374 | 45 | 116 | 0 | 1 | 420 | 141 | 74 |
| Binary | 10100000 | 111000 | 11111100 | 100101 | 1001110 | 0 | 1 | 100010000 | 1100001 | 111100 |
Color Harmonies of #A038FC
Complementary color
Monochromatic Colors of #A038FC
Black with #A038FC
Text Example
Text Example
White with #A038FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A038FC; }
p { color: rgb(160,56,252); }
H1.HeaderClassName
{
color: #A038FC;
}
.AnyTagClassName
{
color: #A038FC;
}
</style>
background-color css
<style>
a { background-color: #A038FC; }
a { background-color: rgb(160,56,252); }
div.DivClassName
{
background-color: #A038FC;
}
.BgClassName
{
background-color: #A038FC;
}
</style>
border-color css
<style>
span { border-color: #A038FC; }
span { border-color: rgb(160,56,252); }
td.TdClassName
{
border-color: #A038FC;
}
.TagClassName
{
border-color: #A038FC;
}
</style>