Shades of Blue Violet #A42BEA
Tints of Blue Violet #A42BEA
RGB
CMYK
RGB Variations
Color information
#A42BEA (or 0xA42BEA) is known color: Blue Violet. HEX triplet: A4, 2B and EA. RGB value is (164,43,234). Sum of RGB (Red+Green+Blue) = 164+43+234=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #A42BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42BEA is #5BD415. Grayscale: #646464. Windows color (decimal): -6018070 or 15346596. OLE color: 15346596.
HSL color Cylindrical-coordinate representation of color #A42BEA: hue angle of 278.01º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A42BEA is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 43 | 234 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.08 |
| HSL | 278.01º | 0.82% | 0.54% | - |
| HSV(B) | 278.01º | 0.82% | 0.92% | - |
| XYZ | 31.03 | 15.56 | 79.21 | - |
| YUV | 100.95 | 203.09 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 234 | 0.30 | 0.82 | 0 | 0.08 | 278.01 | 0.82 | 0.54 |
| Hex | A4 | 2B | EA | 1E | 52 | 0 | 8 | 116 | 52 | 36 |
| Octal | 244 | 53 | 352 | 36 | 122 | 0 | 10 | 426 | 122 | 66 |
| Binary | 10100100 | 101011 | 11101010 | 11110 | 1010010 | 0 | 1000 | 100010110 | 1010010 | 110110 |
Color Harmonies of #A42BEA
Complementary color
Monochromatic Colors of #A42BEA
Black with #A42BEA
Text Example
Text Example
White with #A42BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42BEA; }
p { color: rgb(164,43,234); }
H1.HeaderClassName
{
color: #A42BEA;
}
.AnyTagClassName
{
color: #A42BEA;
}
</style>
background-color css
<style>
a { background-color: #A42BEA; }
a { background-color: rgb(164,43,234); }
div.DivClassName
{
background-color: #A42BEA;
}
.BgClassName
{
background-color: #A42BEA;
}
</style>
border-color css
<style>
span { border-color: #A42BEA; }
span { border-color: rgb(164,43,234); }
td.TdClassName
{
border-color: #A42BEA;
}
.TagClassName
{
border-color: #A42BEA;
}
</style>