Shades of Blue Violet #A234E6
Tints of Blue Violet #A234E6
RGB
CMYK
RGB Variations
Color information
#A234E6 (or 0xA234E6) is known color: Blue Violet. HEX triplet: A2, 34 and E6. RGB value is (162,52,230). Sum of RGB (Red+Green+Blue) = 162+52+230=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #A234E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A234E6 is #5DCB19. Grayscale: #686868. Windows color (decimal): -6146842 or 15086754. OLE color: 15086754.
HSL color Cylindrical-coordinate representation of color #A234E6: hue angle of 277.08º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A234E6 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 52 | 230 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.10 |
| HSL | 277.08º | 0.78% | 0.55% | - |
| HSV(B) | 277.08º | 0.77% | 0.9% | - |
| XYZ | 30.41 | 15.85 | 76.32 | - |
| YUV | 105.18 | 198.44 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 230 | 0.30 | 0.77 | 0 | 0.10 | 277.08 | 0.78 | 0.55 |
| Hex | A2 | 34 | E6 | 1E | 4D | 0 | A | 115 | 4E | 37 |
| Octal | 242 | 64 | 346 | 36 | 115 | 0 | 12 | 425 | 116 | 67 |
| Binary | 10100010 | 110100 | 11100110 | 11110 | 1001101 | 0 | 1010 | 100010101 | 1001110 | 110111 |
Color Harmonies of #A234E6
Complementary color
Monochromatic Colors of #A234E6
Black with #A234E6
Text Example
Text Example
White with #A234E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A234E6; }
p { color: rgb(162,52,230); }
H1.HeaderClassName
{
color: #A234E6;
}
.AnyTagClassName
{
color: #A234E6;
}
</style>
background-color css
<style>
a { background-color: #A234E6; }
a { background-color: rgb(162,52,230); }
div.DivClassName
{
background-color: #A234E6;
}
.BgClassName
{
background-color: #A234E6;
}
</style>
border-color css
<style>
span { border-color: #A234E6; }
span { border-color: rgb(162,52,230); }
td.TdClassName
{
border-color: #A234E6;
}
.TagClassName
{
border-color: #A234E6;
}
</style>