Shades of Blue Violet #A634EA
Tints of Blue Violet #A634EA
RGB
CMYK
RGB Variations
Color information
#A634EA (or 0xA634EA) is known color: Blue Violet. HEX triplet: A6, 34 and EA. RGB value is (166,52,234). Sum of RGB (Red+Green+Blue) = 166+52+234=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #A634EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A634EA is #59CB15. Grayscale: #6A6A6A. Windows color (decimal): -5884694 or 15348902. OLE color: 15348902.
HSL color Cylindrical-coordinate representation of color #A634EA: hue angle of 277.58º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A634EA is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 52 | 234 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.08 |
| HSL | 277.58º | 0.81% | 0.56% | - |
| HSV(B) | 277.58º | 0.78% | 0.92% | - |
| XYZ | 31.81 | 16.5 | 79.35 | - |
| YUV | 106.83 | 199.77 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 234 | 0.29 | 0.78 | 0 | 0.08 | 277.58 | 0.81 | 0.56 |
| Hex | A6 | 34 | EA | 1D | 4E | 0 | 8 | 116 | 51 | 38 |
| Octal | 246 | 64 | 352 | 35 | 116 | 0 | 10 | 426 | 121 | 70 |
| Binary | 10100110 | 110100 | 11101010 | 11101 | 1001110 | 0 | 1000 | 100010110 | 1010001 | 111000 |
Color Harmonies of #A634EA
Complementary color
Monochromatic Colors of #A634EA
Black with #A634EA
Text Example
Text Example
White with #A634EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A634EA; }
p { color: rgb(166,52,234); }
H1.HeaderClassName
{
color: #A634EA;
}
.AnyTagClassName
{
color: #A634EA;
}
</style>
background-color css
<style>
a { background-color: #A634EA; }
a { background-color: rgb(166,52,234); }
div.DivClassName
{
background-color: #A634EA;
}
.BgClassName
{
background-color: #A634EA;
}
</style>
border-color css
<style>
span { border-color: #A634EA; }
span { border-color: rgb(166,52,234); }
td.TdClassName
{
border-color: #A634EA;
}
.TagClassName
{
border-color: #A634EA;
}
</style>