Shades of Blue Violet #A444EE
Tints of Blue Violet #A444EE
RGB
CMYK
RGB Variations
Color information
#A444EE (or 0xA444EE) is known color: Blue Violet. HEX triplet: A4, 44 and EE. RGB value is (164,68,238). Sum of RGB (Red+Green+Blue) = 164+68+238=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #A444EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A444EE is #5BBB11. Grayscale: #737373. Windows color (decimal): -6011666 or 15615140. OLE color: 15615140.
HSL color Cylindrical-coordinate representation of color #A444EE: hue angle of 273.88º 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 #A444EE is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 68 | 238 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.07 |
| HSL | 273.88º | 0.83% | 0.6% | - |
| HSV(B) | 273.88º | 0.71% | 0.93% | - |
| XYZ | 32.81 | 18.2 | 82.67 | - |
| YUV | 116.08 | 196.8 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 238 | 0.31 | 0.71 | 0 | 0.07 | 273.88 | 0.83 | 0.6 |
| Hex | A4 | 44 | EE | 1F | 47 | 0 | 7 | 112 | 53 | 3C |
| Octal | 244 | 104 | 356 | 37 | 107 | 0 | 7 | 422 | 123 | 74 |
| Binary | 10100100 | 1000100 | 11101110 | 11111 | 1000111 | 0 | 111 | 100010010 | 1010011 | 111100 |
Color Harmonies of #A444EE
Complementary color
Monochromatic Colors of #A444EE
Black with #A444EE
Text Example
Text Example
White with #A444EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A444EE; }
p { color: rgb(164,68,238); }
H1.HeaderClassName
{
color: #A444EE;
}
.AnyTagClassName
{
color: #A444EE;
}
</style>
background-color css
<style>
a { background-color: #A444EE; }
a { background-color: rgb(164,68,238); }
div.DivClassName
{
background-color: #A444EE;
}
.BgClassName
{
background-color: #A444EE;
}
</style>
border-color css
<style>
span { border-color: #A444EE; }
span { border-color: rgb(164,68,238); }
td.TdClassName
{
border-color: #A444EE;
}
.TagClassName
{
border-color: #A444EE;
}
</style>