Shades of Blue Violet #A42EEE
Tints of Blue Violet #A42EEE
RGB
CMYK
RGB Variations
Color information
#A42EEE (or 0xA42EEE) is known color: Blue Violet. HEX triplet: A4, 2E and EE. RGB value is (164,46,238). Sum of RGB (Red+Green+Blue) = 164+46+238=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #A42EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42EEE is #5BD111. Grayscale: #666666. Windows color (decimal): -6017298 or 15609508. OLE color: 15609508.
HSL color Cylindrical-coordinate representation of color #A42EEE: hue angle of 276.88º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A42EEE is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 46 | 238 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.07 |
| HSL | 276.88º | 0.85% | 0.56% | - |
| HSV(B) | 276.88º | 0.81% | 0.93% | - |
| XYZ | 31.72 | 16.02 | 82.31 | - |
| YUV | 103.17 | 204.09 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 238 | 0.31 | 0.81 | 0 | 0.07 | 276.88 | 0.85 | 0.56 |
| Hex | A4 | 2E | EE | 1F | 51 | 0 | 7 | 115 | 55 | 38 |
| Octal | 244 | 56 | 356 | 37 | 121 | 0 | 7 | 425 | 125 | 70 |
| Binary | 10100100 | 101110 | 11101110 | 11111 | 1010001 | 0 | 111 | 100010101 | 1010101 | 111000 |
Color Harmonies of #A42EEE
Complementary color
Monochromatic Colors of #A42EEE
Black with #A42EEE
Text Example
Text Example
White with #A42EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42EEE; }
p { color: rgb(164,46,238); }
H1.HeaderClassName
{
color: #A42EEE;
}
.AnyTagClassName
{
color: #A42EEE;
}
</style>
background-color css
<style>
a { background-color: #A42EEE; }
a { background-color: rgb(164,46,238); }
div.DivClassName
{
background-color: #A42EEE;
}
.BgClassName
{
background-color: #A42EEE;
}
</style>
border-color css
<style>
span { border-color: #A42EEE; }
span { border-color: rgb(164,46,238); }
td.TdClassName
{
border-color: #A42EEE;
}
.TagClassName
{
border-color: #A42EEE;
}
</style>