Shades of Blue Violet #A42FE6
Tints of Blue Violet #A42FE6
RGB
CMYK
RGB Variations
Color information
#A42FE6 (or 0xA42FE6) is known color: Blue Violet. HEX triplet: A4, 2F and E6. RGB value is (164,47,230). Sum of RGB (Red+Green+Blue) = 164+47+230=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #A42FE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42FE6 is #5BD019. Grayscale: #666666. Windows color (decimal): -6017050 or 15085476. OLE color: 15085476.
HSL color Cylindrical-coordinate representation of color #A42FE6: hue angle of 278.36º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42FE6 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 47 | 230 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.10 |
| HSL | 278.36º | 0.79% | 0.54% | - |
| HSV(B) | 278.36º | 0.8% | 0.9% | - |
| XYZ | 30.61 | 15.64 | 76.27 | - |
| YUV | 102.85 | 199.76 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 230 | 0.29 | 0.80 | 0 | 0.10 | 278.36 | 0.79 | 0.54 |
| Hex | A4 | 2F | E6 | 1D | 50 | 0 | A | 116 | 4F | 36 |
| Octal | 244 | 57 | 346 | 35 | 120 | 0 | 12 | 426 | 117 | 66 |
| Binary | 10100100 | 101111 | 11100110 | 11101 | 1010000 | 0 | 1010 | 100010110 | 1001111 | 110110 |
Color Harmonies of #A42FE6
Complementary color
Monochromatic Colors of #A42FE6
Black with #A42FE6
Text Example
Text Example
White with #A42FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42FE6; }
p { color: rgb(164,47,230); }
H1.HeaderClassName
{
color: #A42FE6;
}
.AnyTagClassName
{
color: #A42FE6;
}
</style>
background-color css
<style>
a { background-color: #A42FE6; }
a { background-color: rgb(164,47,230); }
div.DivClassName
{
background-color: #A42FE6;
}
.BgClassName
{
background-color: #A42FE6;
}
</style>
border-color css
<style>
span { border-color: #A42FE6; }
span { border-color: rgb(164,47,230); }
td.TdClassName
{
border-color: #A42FE6;
}
.TagClassName
{
border-color: #A42FE6;
}
</style>