Shades of Blue Violet #A42BED
Tints of Blue Violet #A42BED
RGB
CMYK
RGB Variations
Color information
#A42BED (or 0xA42BED) is known color: Blue Violet. HEX triplet: A4, 2B and ED. RGB value is (164,43,237). Sum of RGB (Red+Green+Blue) = 164+43+237=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #A42BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42BED is #5BD412. Grayscale: #646464. Windows color (decimal): -6018067 or 15543204. OLE color: 15543204.
HSL color Cylindrical-coordinate representation of color #A42BED: hue angle of 277.42º 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 #A42BED is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 43 | 237 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.07 |
| HSL | 277.42º | 0.84% | 0.55% | - |
| HSV(B) | 277.42º | 0.82% | 0.93% | - |
| XYZ | 31.46 | 15.73 | 81.5 | - |
| YUV | 101.3 | 204.59 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 237 | 0.31 | 0.82 | 0 | 0.07 | 277.42 | 0.84 | 0.55 |
| Hex | A4 | 2B | ED | 1F | 52 | 0 | 7 | 115 | 54 | 37 |
| Octal | 244 | 53 | 355 | 37 | 122 | 0 | 7 | 425 | 124 | 67 |
| Binary | 10100100 | 101011 | 11101101 | 11111 | 1010010 | 0 | 111 | 100010101 | 1010100 | 110111 |
Color Harmonies of #A42BED
Complementary color
Monochromatic Colors of #A42BED
Black with #A42BED
Text Example
Text Example
White with #A42BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42BED; }
p { color: rgb(164,43,237); }
H1.HeaderClassName
{
color: #A42BED;
}
.AnyTagClassName
{
color: #A42BED;
}
</style>
background-color css
<style>
a { background-color: #A42BED; }
a { background-color: rgb(164,43,237); }
div.DivClassName
{
background-color: #A42BED;
}
.BgClassName
{
background-color: #A42BED;
}
</style>
border-color css
<style>
span { border-color: #A42BED; }
span { border-color: rgb(164,43,237); }
td.TdClassName
{
border-color: #A42BED;
}
.TagClassName
{
border-color: #A42BED;
}
</style>