Shades of Blue Violet #A42FEE
Tints of Blue Violet #A42FEE
RGB
CMYK
RGB Variations
Color information
#A42FEE (or 0xA42FEE) is known color: Blue Violet. HEX triplet: A4, 2F and EE. RGB value is (164,47,238). Sum of RGB (Red+Green+Blue) = 164+47+238=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #A42FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42FEE is #5BD011. Grayscale: #676767. Windows color (decimal): -6017042 or 15609764. OLE color: 15609764.
HSL color Cylindrical-coordinate representation of color #A42FEE: hue angle of 276.75º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42FEE is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 47 | 238 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.07 |
| HSL | 276.75º | 0.85% | 0.56% | - |
| HSV(B) | 276.75º | 0.8% | 0.93% | - |
| XYZ | 31.76 | 16.1 | 82.32 | - |
| YUV | 103.76 | 203.76 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 238 | 0.31 | 0.80 | 0 | 0.07 | 276.75 | 0.85 | 0.56 |
| Hex | A4 | 2F | EE | 1F | 50 | 0 | 7 | 115 | 55 | 38 |
| Octal | 244 | 57 | 356 | 37 | 120 | 0 | 7 | 425 | 125 | 70 |
| Binary | 10100100 | 101111 | 11101110 | 11111 | 1010000 | 0 | 111 | 100010101 | 1010101 | 111000 |
Color Harmonies of #A42FEE
Complementary color
Monochromatic Colors of #A42FEE
Black with #A42FEE
Text Example
Text Example
White with #A42FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42FEE; }
p { color: rgb(164,47,238); }
H1.HeaderClassName
{
color: #A42FEE;
}
.AnyTagClassName
{
color: #A42FEE;
}
</style>
background-color css
<style>
a { background-color: #A42FEE; }
a { background-color: rgb(164,47,238); }
div.DivClassName
{
background-color: #A42FEE;
}
.BgClassName
{
background-color: #A42FEE;
}
</style>
border-color css
<style>
span { border-color: #A42FEE; }
span { border-color: rgb(164,47,238); }
td.TdClassName
{
border-color: #A42FEE;
}
.TagClassName
{
border-color: #A42FEE;
}
</style>