Shades of Blue Violet #A142F5
Tints of Blue Violet #A142F5
RGB
CMYK
RGB Variations
Color information
#A142F5 (or 0xA142F5) is known color: Blue Violet. HEX triplet: A1, 42 and F5. RGB value is (161,66,245). Sum of RGB (Red+Green+Blue) = 161+66+245=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 245 (96.09% from 255 or 51.91% from 472); Max value from RGB is 245 - color contains mainly: blue. Hex color #A142F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A142F5 is #5EBD0A. Grayscale: #727272. Windows color (decimal): -6208779 or 16073377. OLE color: 16073377.
HSL color Cylindrical-coordinate representation of color #A142F5: hue angle of 271.84º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A142F5 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 66 | 245 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.04 |
| HSL | 271.84º | 0.9% | 0.61% | - |
| HSV(B) | 271.84º | 0.73% | 0.96% | - |
| XYZ | 33.13 | 18.07 | 88.13 | - |
| YUV | 114.81 | 201.47 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 245 | 0.34 | 0.73 | 0 | 0.04 | 271.84 | 0.9 | 0.61 |
| Hex | A1 | 42 | F5 | 22 | 49 | 0 | 4 | 110 | 5A | 3D |
| Octal | 241 | 102 | 365 | 42 | 111 | 0 | 4 | 420 | 132 | 75 |
| Binary | 10100001 | 1000010 | 11110101 | 100010 | 1001001 | 0 | 100 | 100010000 | 1011010 | 111101 |
Color Harmonies of #A142F5
Complementary color
Monochromatic Colors of #A142F5
Black with #A142F5
Text Example
Text Example
White with #A142F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A142F5; }
p { color: rgb(161,66,245); }
H1.HeaderClassName
{
color: #A142F5;
}
.AnyTagClassName
{
color: #A142F5;
}
</style>
background-color css
<style>
a { background-color: #A142F5; }
a { background-color: rgb(161,66,245); }
div.DivClassName
{
background-color: #A142F5;
}
.BgClassName
{
background-color: #A142F5;
}
</style>
border-color css
<style>
span { border-color: #A142F5; }
span { border-color: rgb(161,66,245); }
td.TdClassName
{
border-color: #A142F5;
}
.TagClassName
{
border-color: #A142F5;
}
</style>