Shades of Blue Violet #A142F0
Tints of Blue Violet #A142F0
RGB
CMYK
RGB Variations
Color information
#A142F0 (or 0xA142F0) is known color: Blue Violet. HEX triplet: A1, 42 and F0. RGB value is (161,66,240). Sum of RGB (Red+Green+Blue) = 161+66+240=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #A142F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A142F0 is #5EBD0F. Grayscale: #717171. Windows color (decimal): -6208784 or 15745697. OLE color: 15745697.
HSL color Cylindrical-coordinate representation of color #A142F0: hue angle of 272.76º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A142F0 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 66 | 240 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.06 |
| HSL | 272.76º | 0.85% | 0.6% | - |
| HSV(B) | 272.76º | 0.73% | 0.94% | - |
| XYZ | 32.37 | 17.76 | 84.16 | - |
| YUV | 114.24 | 198.97 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 240 | 0.33 | 0.72 | 0 | 0.06 | 272.76 | 0.85 | 0.6 |
| Hex | A1 | 42 | F0 | 21 | 48 | 0 | 6 | 111 | 55 | 3C |
| Octal | 241 | 102 | 360 | 41 | 110 | 0 | 6 | 421 | 125 | 74 |
| Binary | 10100001 | 1000010 | 11110000 | 100001 | 1001000 | 0 | 110 | 100010001 | 1010101 | 111100 |
Color Harmonies of #A142F0
Complementary color
Monochromatic Colors of #A142F0
Black with #A142F0
Text Example
Text Example
White with #A142F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A142F0; }
p { color: rgb(161,66,240); }
H1.HeaderClassName
{
color: #A142F0;
}
.AnyTagClassName
{
color: #A142F0;
}
</style>
background-color css
<style>
a { background-color: #A142F0; }
a { background-color: rgb(161,66,240); }
div.DivClassName
{
background-color: #A142F0;
}
.BgClassName
{
background-color: #A142F0;
}
</style>
border-color css
<style>
span { border-color: #A142F0; }
span { border-color: rgb(161,66,240); }
td.TdClassName
{
border-color: #A142F0;
}
.TagClassName
{
border-color: #A142F0;
}
</style>