Shades of Blue Violet #A42BE7
Tints of Blue Violet #A42BE7
RGB
CMYK
RGB Variations
Color information
#A42BE7 (or 0xA42BE7) is known color: Blue Violet. HEX triplet: A4, 2B and E7. RGB value is (164,43,231). Sum of RGB (Red+Green+Blue) = 164+43+231=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 231 (90.62% from 255 or 52.74% from 438); Max value from RGB is 231 - color contains mainly: blue. Hex color #A42BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42BE7 is #5BD418. Grayscale: #636363. Windows color (decimal): -6018073 or 15149988. OLE color: 15149988.
HSL color Cylindrical-coordinate representation of color #A42BE7: hue angle of 278.62º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A42BE7 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 43 | 231 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.09 |
| HSL | 278.62º | 0.8% | 0.54% | - |
| HSV(B) | 278.62º | 0.81% | 0.91% | - |
| XYZ | 30.6 | 15.39 | 76.96 | - |
| YUV | 100.61 | 201.59 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 231 | 0.29 | 0.81 | 0 | 0.09 | 278.62 | 0.8 | 0.54 |
| Hex | A4 | 2B | E7 | 1D | 51 | 0 | 9 | 117 | 50 | 36 |
| Octal | 244 | 53 | 347 | 35 | 121 | 0 | 11 | 427 | 120 | 66 |
| Binary | 10100100 | 101011 | 11100111 | 11101 | 1010001 | 0 | 1001 | 100010111 | 1010000 | 110110 |
Color Harmonies of #A42BE7
Complementary color
Monochromatic Colors of #A42BE7
Black with #A42BE7
Text Example
Text Example
White with #A42BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42BE7; }
p { color: rgb(164,43,231); }
H1.HeaderClassName
{
color: #A42BE7;
}
.AnyTagClassName
{
color: #A42BE7;
}
</style>
background-color css
<style>
a { background-color: #A42BE7; }
a { background-color: rgb(164,43,231); }
div.DivClassName
{
background-color: #A42BE7;
}
.BgClassName
{
background-color: #A42BE7;
}
</style>
border-color css
<style>
span { border-color: #A42BE7; }
span { border-color: rgb(164,43,231); }
td.TdClassName
{
border-color: #A42BE7;
}
.TagClassName
{
border-color: #A42BE7;
}
</style>