Shades of Blue Violet #A42CE6
Tints of Blue Violet #A42CE6
RGB
CMYK
RGB Variations
Color information
#A42CE6 (or 0xA42CE6) is known color: Blue Violet. HEX triplet: A4, 2C and E6. RGB value is (164,44,230). Sum of RGB (Red+Green+Blue) = 164+44+230=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 230 (90.23% from 255 or 52.51% from 438); Max value from RGB is 230 - color contains mainly: blue. Hex color #A42CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42CE6 is #5BD319. Grayscale: #646464. Windows color (decimal): -6017818 or 15084708. OLE color: 15084708.
HSL color Cylindrical-coordinate representation of color #A42CE6: hue angle of 278.71º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A42CE6 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 44 | 230 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.10 |
| HSL | 278.71º | 0.79% | 0.54% | - |
| HSV(B) | 278.71º | 0.81% | 0.9% | - |
| XYZ | 30.49 | 15.41 | 76.23 | - |
| YUV | 101.08 | 200.76 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 230 | 0.29 | 0.81 | 0 | 0.10 | 278.71 | 0.79 | 0.54 |
| Hex | A4 | 2C | E6 | 1D | 51 | 0 | A | 117 | 4F | 36 |
| Octal | 244 | 54 | 346 | 35 | 121 | 0 | 12 | 427 | 117 | 66 |
| Binary | 10100100 | 101100 | 11100110 | 11101 | 1010001 | 0 | 1010 | 100010111 | 1001111 | 110110 |
Color Harmonies of #A42CE6
Complementary color
Monochromatic Colors of #A42CE6
Black with #A42CE6
Text Example
Text Example
White with #A42CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42CE6; }
p { color: rgb(164,44,230); }
H1.HeaderClassName
{
color: #A42CE6;
}
.AnyTagClassName
{
color: #A42CE6;
}
</style>
background-color css
<style>
a { background-color: #A42CE6; }
a { background-color: rgb(164,44,230); }
div.DivClassName
{
background-color: #A42CE6;
}
.BgClassName
{
background-color: #A42CE6;
}
</style>
border-color css
<style>
span { border-color: #A42CE6; }
span { border-color: rgb(164,44,230); }
td.TdClassName
{
border-color: #A42CE6;
}
.TagClassName
{
border-color: #A42CE6;
}
</style>