Shades of Blue Violet #A831F2
Tints of Blue Violet #A831F2
RGB
CMYK
RGB Variations
Color information
#A831F2 (or 0xA831F2) is known color: Blue Violet. HEX triplet: A8, 31 and F2. RGB value is (168,49,242). Sum of RGB (Red+Green+Blue) = 168+49+242=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 49 (19.53% from 255 or 10.68% 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 #A831F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A831F2 is #57CE0D. Grayscale: #696969. Windows color (decimal): -5754382 or 15872424. OLE color: 15872424.
HSL color Cylindrical-coordinate representation of color #A831F2: hue angle of 276.99º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A831F2 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 49 | 242 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.05 |
| HSL | 276.99º | 0.88% | 0.57% | - |
| HSV(B) | 276.99º | 0.8% | 0.95% | - |
| XYZ | 33.27 | 16.93 | 85.52 | - |
| YUV | 106.58 | 204.42 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 242 | 0.31 | 0.80 | 0 | 0.05 | 276.99 | 0.88 | 0.57 |
| Hex | A8 | 31 | F2 | 1F | 50 | 0 | 5 | 115 | 58 | 39 |
| Octal | 250 | 61 | 362 | 37 | 120 | 0 | 5 | 425 | 130 | 71 |
| Binary | 10101000 | 110001 | 11110010 | 11111 | 1010000 | 0 | 101 | 100010101 | 1011000 | 111001 |
Color Harmonies of #A831F2
Complementary color
Monochromatic Colors of #A831F2
Black with #A831F2
Text Example
Text Example
White with #A831F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A831F2; }
p { color: rgb(168,49,242); }
H1.HeaderClassName
{
color: #A831F2;
}
.AnyTagClassName
{
color: #A831F2;
}
</style>
background-color css
<style>
a { background-color: #A831F2; }
a { background-color: rgb(168,49,242); }
div.DivClassName
{
background-color: #A831F2;
}
.BgClassName
{
background-color: #A831F2;
}
</style>
border-color css
<style>
span { border-color: #A831F2; }
span { border-color: rgb(168,49,242); }
td.TdClassName
{
border-color: #A831F2;
}
.TagClassName
{
border-color: #A831F2;
}
</style>