Shades of Blue Violet #A42AED
Tints of Blue Violet #A42AED
RGB
CMYK
RGB Variations
Color information
#A42AED (or 0xA42AED) is known color: Blue Violet. HEX triplet: A4, 2A and ED. RGB value is (164,42,237). Sum of RGB (Red+Green+Blue) = 164+42+237=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #A42AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42AED is #5BD512. Grayscale: #646464. Windows color (decimal): -6018323 or 15542948. OLE color: 15542948.
HSL color Cylindrical-coordinate representation of color #A42AED: hue angle of 277.54º degrees, saturation: 0.84, 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 #A42AED is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 42 | 237 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.07 |
| HSL | 277.54º | 0.84% | 0.55% | - |
| HSV(B) | 277.54º | 0.82% | 0.93% | - |
| XYZ | 31.42 | 15.66 | 81.49 | - |
| YUV | 100.71 | 204.92 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 42 | 237 | 0.31 | 0.82 | 0 | 0.07 | 277.54 | 0.84 | 0.55 |
| Hex | A4 | 2A | ED | 1F | 52 | 0 | 7 | 116 | 54 | 37 |
| Octal | 244 | 52 | 355 | 37 | 122 | 0 | 7 | 426 | 124 | 67 |
| Binary | 10100100 | 101010 | 11101101 | 11111 | 1010010 | 0 | 111 | 100010110 | 1010100 | 110111 |
Color Harmonies of #A42AED
Complementary color
Monochromatic Colors of #A42AED
Black with #A42AED
Text Example
Text Example
White with #A42AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42AED; }
p { color: rgb(164,42,237); }
H1.HeaderClassName
{
color: #A42AED;
}
.AnyTagClassName
{
color: #A42AED;
}
</style>
background-color css
<style>
a { background-color: #A42AED; }
a { background-color: rgb(164,42,237); }
div.DivClassName
{
background-color: #A42AED;
}
.BgClassName
{
background-color: #A42AED;
}
</style>
border-color css
<style>
span { border-color: #A42AED; }
span { border-color: rgb(164,42,237); }
td.TdClassName
{
border-color: #A42AED;
}
.TagClassName
{
border-color: #A42AED;
}
</style>