Shades of Blue Violet #A42FF6
Tints of Blue Violet #A42FF6
RGB
CMYK
RGB Variations
Color information
#A42FF6 (or 0xA42FF6) is known color: Blue Violet. HEX triplet: A4, 2F and F6. RGB value is (164,47,246). Sum of RGB (Red+Green+Blue) = 164+47+246=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 47 (18.75% from 255 or 10.28% from 457); Blue value is 246 (96.48% from 255 or 53.83% from 457); Max value from RGB is 246 - color contains mainly: blue. Hex color #A42FF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42FF6 is #5BD009. Grayscale: #676767. Windows color (decimal): -6017034 or 16134052. OLE color: 16134052.
HSL color Cylindrical-coordinate representation of color #A42FF6: hue angle of 275.28º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A42FF6 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 47 | 246 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.04 |
| HSL | 275.28º | 0.92% | 0.57% | - |
| HSV(B) | 275.28º | 0.81% | 0.96% | - |
| XYZ | 32.96 | 16.58 | 88.65 | - |
| YUV | 104.67 | 207.76 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 246 | 0.33 | 0.81 | 0 | 0.04 | 275.28 | 0.92 | 0.57 |
| Hex | A4 | 2F | F6 | 21 | 51 | 0 | 4 | 113 | 5C | 39 |
| Octal | 244 | 57 | 366 | 41 | 121 | 0 | 4 | 423 | 134 | 71 |
| Binary | 10100100 | 101111 | 11110110 | 100001 | 1010001 | 0 | 100 | 100010011 | 1011100 | 111001 |
Color Harmonies of #A42FF6
Complementary color
Monochromatic Colors of #A42FF6
Black with #A42FF6
Text Example
Text Example
White with #A42FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42FF6; }
p { color: rgb(164,47,246); }
H1.HeaderClassName
{
color: #A42FF6;
}
.AnyTagClassName
{
color: #A42FF6;
}
</style>
background-color css
<style>
a { background-color: #A42FF6; }
a { background-color: rgb(164,47,246); }
div.DivClassName
{
background-color: #A42FF6;
}
.BgClassName
{
background-color: #A42FF6;
}
</style>
border-color css
<style>
span { border-color: #A42FF6; }
span { border-color: rgb(164,47,246); }
td.TdClassName
{
border-color: #A42FF6;
}
.TagClassName
{
border-color: #A42FF6;
}
</style>