Shades of Blue Violet #A143F7
Tints of Blue Violet #A143F7
RGB
CMYK
RGB Variations
Color information
#A143F7 (or 0xA143F7) is known color: Blue Violet. HEX triplet: A1, 43 and F7. RGB value is (161,67,247). Sum of RGB (Red+Green+Blue) = 161+67+247=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #A143F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A143F7 is #5EBC08. Grayscale: #737373. Windows color (decimal): -6208521 or 16204705. OLE color: 16204705.
HSL color Cylindrical-coordinate representation of color #A143F7: hue angle of 271.33º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A143F7 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 67 | 247 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.03 |
| HSL | 271.33º | 0.92% | 0.62% | - |
| HSV(B) | 271.33º | 0.73% | 0.97% | - |
| XYZ | 33.49 | 18.31 | 89.76 | - |
| YUV | 115.63 | 202.14 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 247 | 0.35 | 0.73 | 0 | 0.03 | 271.33 | 0.92 | 0.62 |
| Hex | A1 | 43 | F7 | 23 | 49 | 0 | 3 | 10F | 5C | 3E |
| Octal | 241 | 103 | 367 | 43 | 111 | 0 | 3 | 417 | 134 | 76 |
| Binary | 10100001 | 1000011 | 11110111 | 100011 | 1001001 | 0 | 11 | 100001111 | 1011100 | 111110 |
Color Harmonies of #A143F7
Complementary color
Monochromatic Colors of #A143F7
Black with #A143F7
Text Example
Text Example
White with #A143F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143F7; }
p { color: rgb(161,67,247); }
H1.HeaderClassName
{
color: #A143F7;
}
.AnyTagClassName
{
color: #A143F7;
}
</style>
background-color css
<style>
a { background-color: #A143F7; }
a { background-color: rgb(161,67,247); }
div.DivClassName
{
background-color: #A143F7;
}
.BgClassName
{
background-color: #A143F7;
}
</style>
border-color css
<style>
span { border-color: #A143F7; }
span { border-color: rgb(161,67,247); }
td.TdClassName
{
border-color: #A143F7;
}
.TagClassName
{
border-color: #A143F7;
}
</style>