Shades of Violet Blue #A444AC
Tints of Violet Blue #A444AC
RGB
CMYK
RGB Variations
Color information
#A444AC (or 0xA444AC) is known color: Violet Blue. HEX triplet: A4, 44 and AC. RGB value is (164,68,172). Sum of RGB (Red+Green+Blue) = 164+68+172=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #A444AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A444AC is #5BBB53. Grayscale: #6C6C6C. Windows color (decimal): -6011732 or 11289764. OLE color: 11289764.
HSL color Cylindrical-coordinate representation of color #A444AC: hue angle of 295.38º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A444AC is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 68 | 172 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.33 |
| HSL | 295.38º | 0.43% | 0.47% | - |
| HSV(B) | 295.38º | 0.6% | 0.67% | - |
| XYZ | 24.82 | 15.01 | 40.62 | - |
| YUV | 108.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 172 | 0.05 | 0.60 | 0 | 0.33 | 295.38 | 0.43 | 0.47 |
| Hex | A4 | 44 | AC | 5 | 3C | 0 | 21 | 127 | 2B | 2F |
| Octal | 244 | 104 | 254 | 5 | 74 | 0 | 41 | 447 | 53 | 57 |
| Binary | 10100100 | 1000100 | 10101100 | 101 | 111100 | 0 | 100001 | 100100111 | 101011 | 101111 |
Color Harmonies of #A444AC
Complementary color
Monochromatic Colors of #A444AC
Black with #A444AC
Text Example
Text Example
White with #A444AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A444AC; }
p { color: rgb(164,68,172); }
H1.HeaderClassName
{
color: #A444AC;
}
.AnyTagClassName
{
color: #A444AC;
}
</style>
background-color css
<style>
a { background-color: #A444AC; }
a { background-color: rgb(164,68,172); }
div.DivClassName
{
background-color: #A444AC;
}
.BgClassName
{
background-color: #A444AC;
}
</style>
border-color css
<style>
span { border-color: #A444AC; }
span { border-color: rgb(164,68,172); }
td.TdClassName
{
border-color: #A444AC;
}
.TagClassName
{
border-color: #A444AC;
}
</style>