Shades of Blue Violet #A446EE
Tints of Blue Violet #A446EE
RGB
CMYK
RGB Variations
Color information
#A446EE (or 0xA446EE) is known color: Blue Violet. HEX triplet: A4, 46 and EE. RGB value is (164,70,238). Sum of RGB (Red+Green+Blue) = 164+70+238=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #A446EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A446EE is #5BB911. Grayscale: #747474. Windows color (decimal): -6011154 or 15615652. OLE color: 15615652.
HSL color Cylindrical-coordinate representation of color #A446EE: hue angle of 273.57º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A446EE is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 70 | 238 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.07 |
| HSL | 273.57º | 0.83% | 0.6% | - |
| HSV(B) | 273.57º | 0.71% | 0.93% | - |
| XYZ | 32.93 | 18.45 | 82.71 | - |
| YUV | 117.26 | 196.14 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 238 | 0.31 | 0.71 | 0 | 0.07 | 273.57 | 0.83 | 0.6 |
| Hex | A4 | 46 | EE | 1F | 47 | 0 | 7 | 112 | 53 | 3C |
| Octal | 244 | 106 | 356 | 37 | 107 | 0 | 7 | 422 | 123 | 74 |
| Binary | 10100100 | 1000110 | 11101110 | 11111 | 1000111 | 0 | 111 | 100010010 | 1010011 | 111100 |
Color Harmonies of #A446EE
Complementary color
Monochromatic Colors of #A446EE
Black with #A446EE
Text Example
Text Example
White with #A446EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A446EE; }
p { color: rgb(164,70,238); }
H1.HeaderClassName
{
color: #A446EE;
}
.AnyTagClassName
{
color: #A446EE;
}
</style>
background-color css
<style>
a { background-color: #A446EE; }
a { background-color: rgb(164,70,238); }
div.DivClassName
{
background-color: #A446EE;
}
.BgClassName
{
background-color: #A446EE;
}
</style>
border-color css
<style>
span { border-color: #A446EE; }
span { border-color: rgb(164,70,238); }
td.TdClassName
{
border-color: #A446EE;
}
.TagClassName
{
border-color: #A446EE;
}
</style>