Shades of Blue Violet #A139F2
Tints of Blue Violet #A139F2
RGB
CMYK
RGB Variations
Color information
#A139F2 (or 0xA139F2) is known color: Blue Violet. HEX triplet: A1, 39 and F2. RGB value is (161,57,242). Sum of RGB (Red+Green+Blue) = 161+57+242=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #A139F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A139F2 is #5EC60D. Grayscale: #6C6C6C. Windows color (decimal): -6211086 or 15874465. OLE color: 15874465.
HSL color Cylindrical-coordinate representation of color #A139F2: hue angle of 273.73º 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 #A139F2 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 57 | 242 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.05 |
| HSL | 273.73º | 0.88% | 0.59% | - |
| HSV(B) | 273.73º | 0.76% | 0.95% | - |
| XYZ | 32.19 | 16.91 | 85.57 | - |
| YUV | 109.19 | 202.96 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 242 | 0.33 | 0.76 | 0 | 0.05 | 273.73 | 0.88 | 0.59 |
| Hex | A1 | 39 | F2 | 21 | 4C | 0 | 5 | 112 | 58 | 3B |
| Octal | 241 | 71 | 362 | 41 | 114 | 0 | 5 | 422 | 130 | 73 |
| Binary | 10100001 | 111001 | 11110010 | 100001 | 1001100 | 0 | 101 | 100010010 | 1011000 | 111011 |
Color Harmonies of #A139F2
Complementary color
Monochromatic Colors of #A139F2
Black with #A139F2
Text Example
Text Example
White with #A139F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A139F2; }
p { color: rgb(161,57,242); }
H1.HeaderClassName
{
color: #A139F2;
}
.AnyTagClassName
{
color: #A139F2;
}
</style>
background-color css
<style>
a { background-color: #A139F2; }
a { background-color: rgb(161,57,242); }
div.DivClassName
{
background-color: #A139F2;
}
.BgClassName
{
background-color: #A139F2;
}
</style>
border-color css
<style>
span { border-color: #A139F2; }
span { border-color: rgb(161,57,242); }
td.TdClassName
{
border-color: #A139F2;
}
.TagClassName
{
border-color: #A139F2;
}
</style>