Shades of Blue Violet #A039F2
Tints of Blue Violet #A039F2
RGB
CMYK
RGB Variations
Color information
#A039F2 (or 0xA039F2) is known color: Blue Violet. HEX triplet: A0, 39 and F2. RGB value is (160,57,242). Sum of RGB (Red+Green+Blue) = 160+57+242=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #A039F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A039F2 is #5FC60D. Grayscale: #6C6C6C. Windows color (decimal): -6276622 or 15874464. OLE color: 15874464.
HSL color Cylindrical-coordinate representation of color #A039F2: hue angle of 273.41º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A039F2 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 57 | 242 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.05 |
| HSL | 273.41º | 0.88% | 0.59% | - |
| HSV(B) | 273.41º | 0.76% | 0.95% | - |
| XYZ | 31.99 | 16.81 | 85.56 | - |
| YUV | 108.89 | 203.12 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 242 | 0.34 | 0.76 | 0 | 0.05 | 273.41 | 0.88 | 0.59 |
| Hex | A0 | 39 | F2 | 22 | 4C | 0 | 5 | 111 | 58 | 3B |
| Octal | 240 | 71 | 362 | 42 | 114 | 0 | 5 | 421 | 130 | 73 |
| Binary | 10100000 | 111001 | 11110010 | 100010 | 1001100 | 0 | 101 | 100010001 | 1011000 | 111011 |
Color Harmonies of #A039F2
Complementary color
Monochromatic Colors of #A039F2
Black with #A039F2
Text Example
Text Example
White with #A039F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039F2; }
p { color: rgb(160,57,242); }
H1.HeaderClassName
{
color: #A039F2;
}
.AnyTagClassName
{
color: #A039F2;
}
</style>
background-color css
<style>
a { background-color: #A039F2; }
a { background-color: rgb(160,57,242); }
div.DivClassName
{
background-color: #A039F2;
}
.BgClassName
{
background-color: #A039F2;
}
</style>
border-color css
<style>
span { border-color: #A039F2; }
span { border-color: rgb(160,57,242); }
td.TdClassName
{
border-color: #A039F2;
}
.TagClassName
{
border-color: #A039F2;
}
</style>