Shades of Blue Violet #A443EE
Tints of Blue Violet #A443EE
RGB
CMYK
RGB Variations
Color information
#A443EE (or 0xA443EE) is known color: Blue Violet. HEX triplet: A4, 43 and EE. RGB value is (164,67,238). Sum of RGB (Red+Green+Blue) = 164+67+238=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #A443EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A443EE is #5BBC11. Grayscale: #727272. Windows color (decimal): -6011922 or 15614884. OLE color: 15614884.
HSL color Cylindrical-coordinate representation of color #A443EE: hue angle of 274.04º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A443EE is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 67 | 238 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.07 |
| HSL | 274.04º | 0.83% | 0.6% | - |
| HSV(B) | 274.04º | 0.72% | 0.93% | - |
| XYZ | 32.75 | 18.08 | 82.65 | - |
| YUV | 115.5 | 197.14 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 238 | 0.31 | 0.72 | 0 | 0.07 | 274.04 | 0.83 | 0.6 |
| Hex | A4 | 43 | EE | 1F | 48 | 0 | 7 | 112 | 53 | 3C |
| Octal | 244 | 103 | 356 | 37 | 110 | 0 | 7 | 422 | 123 | 74 |
| Binary | 10100100 | 1000011 | 11101110 | 11111 | 1001000 | 0 | 111 | 100010010 | 1010011 | 111100 |
Color Harmonies of #A443EE
Complementary color
Monochromatic Colors of #A443EE
Black with #A443EE
Text Example
Text Example
White with #A443EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A443EE; }
p { color: rgb(164,67,238); }
H1.HeaderClassName
{
color: #A443EE;
}
.AnyTagClassName
{
color: #A443EE;
}
</style>
background-color css
<style>
a { background-color: #A443EE; }
a { background-color: rgb(164,67,238); }
div.DivClassName
{
background-color: #A443EE;
}
.BgClassName
{
background-color: #A443EE;
}
</style>
border-color css
<style>
span { border-color: #A443EE; }
span { border-color: rgb(164,67,238); }
td.TdClassName
{
border-color: #A443EE;
}
.TagClassName
{
border-color: #A443EE;
}
</style>