Shades of Blue Violet #A42CEA
Tints of Blue Violet #A42CEA
RGB
CMYK
RGB Variations
Color information
#A42CEA (or 0xA42CEA) is known color: Blue Violet. HEX triplet: A4, 2C and EA. RGB value is (164,44,234). Sum of RGB (Red+Green+Blue) = 164+44+234=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #A42CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42CEA is #5BD315. Grayscale: #646464. Windows color (decimal): -6017814 or 15346852. OLE color: 15346852.
HSL color Cylindrical-coordinate representation of color #A42CEA: hue angle of 277.89º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A42CEA is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 44 | 234 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.08 |
| HSL | 277.89º | 0.82% | 0.55% | - |
| HSV(B) | 277.89º | 0.81% | 0.92% | - |
| XYZ | 31.06 | 15.63 | 79.22 | - |
| YUV | 101.54 | 202.76 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 234 | 0.30 | 0.81 | 0 | 0.08 | 277.89 | 0.82 | 0.55 |
| Hex | A4 | 2C | EA | 1E | 51 | 0 | 8 | 116 | 52 | 37 |
| Octal | 244 | 54 | 352 | 36 | 121 | 0 | 10 | 426 | 122 | 67 |
| Binary | 10100100 | 101100 | 11101010 | 11110 | 1010001 | 0 | 1000 | 100010110 | 1010010 | 110111 |
Color Harmonies of #A42CEA
Complementary color
Monochromatic Colors of #A42CEA
Black with #A42CEA
Text Example
Text Example
White with #A42CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42CEA; }
p { color: rgb(164,44,234); }
H1.HeaderClassName
{
color: #A42CEA;
}
.AnyTagClassName
{
color: #A42CEA;
}
</style>
background-color css
<style>
a { background-color: #A42CEA; }
a { background-color: rgb(164,44,234); }
div.DivClassName
{
background-color: #A42CEA;
}
.BgClassName
{
background-color: #A42CEA;
}
</style>
border-color css
<style>
span { border-color: #A42CEA; }
span { border-color: rgb(164,44,234); }
td.TdClassName
{
border-color: #A42CEA;
}
.TagClassName
{
border-color: #A42CEA;
}
</style>