Shades of Blue Violet #A42CEE
Tints of Blue Violet #A42CEE
RGB
CMYK
RGB Variations
Color information
#A42CEE (or 0xA42CEE) is known color: Blue Violet. HEX triplet: A4, 2C and EE. RGB value is (164,44,238). Sum of RGB (Red+Green+Blue) = 164+44+238=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #A42CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42CEE is #5BD311. Grayscale: #656565. Windows color (decimal): -6017810 or 15608996. OLE color: 15608996.
HSL color Cylindrical-coordinate representation of color #A42CEE: hue angle of 277.11º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A42CEE is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 44 | 238 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.07 |
| HSL | 277.11º | 0.85% | 0.55% | - |
| HSV(B) | 277.11º | 0.82% | 0.93% | - |
| XYZ | 31.64 | 15.87 | 82.28 | - |
| YUV | 102 | 204.76 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 238 | 0.31 | 0.82 | 0 | 0.07 | 277.11 | 0.85 | 0.55 |
| Hex | A4 | 2C | EE | 1F | 52 | 0 | 7 | 115 | 55 | 37 |
| Octal | 244 | 54 | 356 | 37 | 122 | 0 | 7 | 425 | 125 | 67 |
| Binary | 10100100 | 101100 | 11101110 | 11111 | 1010010 | 0 | 111 | 100010101 | 1010101 | 110111 |
Color Harmonies of #A42CEE
Complementary color
Monochromatic Colors of #A42CEE
Black with #A42CEE
Text Example
Text Example
White with #A42CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42CEE; }
p { color: rgb(164,44,238); }
H1.HeaderClassName
{
color: #A42CEE;
}
.AnyTagClassName
{
color: #A42CEE;
}
</style>
background-color css
<style>
a { background-color: #A42CEE; }
a { background-color: rgb(164,44,238); }
div.DivClassName
{
background-color: #A42CEE;
}
.BgClassName
{
background-color: #A42CEE;
}
</style>
border-color css
<style>
span { border-color: #A42CEE; }
span { border-color: rgb(164,44,238); }
td.TdClassName
{
border-color: #A42CEE;
}
.TagClassName
{
border-color: #A42CEE;
}
</style>