Shades of Blue Violet #A42FF2
Tints of Blue Violet #A42FF2
RGB
CMYK
RGB Variations
Color information
#A42FF2 (or 0xA42FF2) is known color: Blue Violet. HEX triplet: A4, 2F and F2. RGB value is (164,47,242). Sum of RGB (Red+Green+Blue) = 164+47+242=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #A42FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42FF2 is #5BD00D. Grayscale: #676767. Windows color (decimal): -6017038 or 15871908. OLE color: 15871908.
HSL color Cylindrical-coordinate representation of color #A42FF2: hue angle of 276º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A42FF2 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 47 | 242 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.05 |
| HSL | 276º | 0.88% | 0.57% | - |
| HSV(B) | 276º | 0.81% | 0.95% | - |
| XYZ | 32.35 | 16.34 | 85.45 | - |
| YUV | 104.21 | 205.76 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 242 | 0.32 | 0.81 | 0 | 0.05 | 276 | 0.88 | 0.57 |
| Hex | A4 | 2F | F2 | 20 | 51 | 0 | 5 | 114 | 58 | 39 |
| Octal | 244 | 57 | 362 | 40 | 121 | 0 | 5 | 424 | 130 | 71 |
| Binary | 10100100 | 101111 | 11110010 | 100000 | 1010001 | 0 | 101 | 100010100 | 1011000 | 111001 |
Color Harmonies of #A42FF2
Complementary color
Monochromatic Colors of #A42FF2
Black with #A42FF2
Text Example
Text Example
White with #A42FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42FF2; }
p { color: rgb(164,47,242); }
H1.HeaderClassName
{
color: #A42FF2;
}
.AnyTagClassName
{
color: #A42FF2;
}
</style>
background-color css
<style>
a { background-color: #A42FF2; }
a { background-color: rgb(164,47,242); }
div.DivClassName
{
background-color: #A42FF2;
}
.BgClassName
{
background-color: #A42FF2;
}
</style>
border-color css
<style>
span { border-color: #A42FF2; }
span { border-color: rgb(164,47,242); }
td.TdClassName
{
border-color: #A42FF2;
}
.TagClassName
{
border-color: #A42FF2;
}
</style>