Shades of Blue Violet #A42BEE
Tints of Blue Violet #A42BEE
RGB
CMYK
RGB Variations
Color information
#A42BEE (or 0xA42BEE) is known color: Blue Violet. HEX triplet: A4, 2B and EE. RGB value is (164,43,238). Sum of RGB (Red+Green+Blue) = 164+43+238=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #A42BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42BEE is #5BD411. Grayscale: #646464. Windows color (decimal): -6018066 or 15608740. OLE color: 15608740.
HSL color Cylindrical-coordinate representation of color #A42BEE: hue angle of 277.23º 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 #A42BEE is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 43 | 238 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.07 |
| HSL | 277.23º | 0.85% | 0.55% | - |
| HSV(B) | 277.23º | 0.82% | 0.93% | - |
| XYZ | 31.61 | 15.79 | 82.27 | - |
| YUV | 101.41 | 205.09 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 238 | 0.31 | 0.82 | 0 | 0.07 | 277.23 | 0.85 | 0.55 |
| Hex | A4 | 2B | EE | 1F | 52 | 0 | 7 | 115 | 55 | 37 |
| Octal | 244 | 53 | 356 | 37 | 122 | 0 | 7 | 425 | 125 | 67 |
| Binary | 10100100 | 101011 | 11101110 | 11111 | 1010010 | 0 | 111 | 100010101 | 1010101 | 110111 |
Color Harmonies of #A42BEE
Complementary color
Monochromatic Colors of #A42BEE
Black with #A42BEE
Text Example
Text Example
White with #A42BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42BEE; }
p { color: rgb(164,43,238); }
H1.HeaderClassName
{
color: #A42BEE;
}
.AnyTagClassName
{
color: #A42BEE;
}
</style>
background-color css
<style>
a { background-color: #A42BEE; }
a { background-color: rgb(164,43,238); }
div.DivClassName
{
background-color: #A42BEE;
}
.BgClassName
{
background-color: #A42BEE;
}
</style>
border-color css
<style>
span { border-color: #A42BEE; }
span { border-color: rgb(164,43,238); }
td.TdClassName
{
border-color: #A42BEE;
}
.TagClassName
{
border-color: #A42BEE;
}
</style>