Shades of Blue Violet #A731F2
Tints of Blue Violet #A731F2
RGB
CMYK
RGB Variations
Color information
#A731F2 (or 0xA731F2) is known color: Blue Violet. HEX triplet: A7, 31 and F2. RGB value is (167,49,242). Sum of RGB (Red+Green+Blue) = 167+49+242=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 242 (94.92% from 255 or 52.84% from 458); Max value from RGB is 242 - color contains mainly: blue. Hex color #A731F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A731F2 is #58CE0D. Grayscale: #696969. Windows color (decimal): -5819918 or 15872423. OLE color: 15872423.
HSL color Cylindrical-coordinate representation of color #A731F2: hue angle of 276.68º 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 #A731F2 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 49 | 242 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.05 |
| HSL | 276.68º | 0.88% | 0.57% | - |
| HSV(B) | 276.68º | 0.8% | 0.95% | - |
| XYZ | 33.06 | 16.82 | 85.51 | - |
| YUV | 106.28 | 204.59 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 242 | 0.31 | 0.80 | 0 | 0.05 | 276.68 | 0.88 | 0.57 |
| Hex | A7 | 31 | F2 | 1F | 50 | 0 | 5 | 115 | 58 | 39 |
| Octal | 247 | 61 | 362 | 37 | 120 | 0 | 5 | 425 | 130 | 71 |
| Binary | 10100111 | 110001 | 11110010 | 11111 | 1010000 | 0 | 101 | 100010101 | 1011000 | 111001 |
Color Harmonies of #A731F2
Complementary color
Monochromatic Colors of #A731F2
Black with #A731F2
Text Example
Text Example
White with #A731F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A731F2; }
p { color: rgb(167,49,242); }
H1.HeaderClassName
{
color: #A731F2;
}
.AnyTagClassName
{
color: #A731F2;
}
</style>
background-color css
<style>
a { background-color: #A731F2; }
a { background-color: rgb(167,49,242); }
div.DivClassName
{
background-color: #A731F2;
}
.BgClassName
{
background-color: #A731F2;
}
</style>
border-color css
<style>
span { border-color: #A731F2; }
span { border-color: rgb(167,49,242); }
td.TdClassName
{
border-color: #A731F2;
}
.TagClassName
{
border-color: #A731F2;
}
</style>