Shades of Violet Blue #A440AC
Tints of Violet Blue #A440AC
RGB
CMYK
RGB Variations
Color information
#A440AC (or 0xA440AC) is known color: Violet Blue. HEX triplet: A4, 40 and AC. RGB value is (164,64,172). Sum of RGB (Red+Green+Blue) = 164+64+172=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #A440AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A440AC is #5BBF53. Grayscale: #696969. Windows color (decimal): -6012756 or 11288740. OLE color: 11288740.
HSL color Cylindrical-coordinate representation of color #A440AC: hue angle of 295.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A440AC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 64 | 172 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.33 |
| HSL | 295.56º | 0.46% | 0.46% | - |
| HSV(B) | 295.56º | 0.63% | 0.67% | - |
| XYZ | 24.59 | 14.54 | 40.54 | - |
| YUV | 106.21 | 165.13 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 172 | 0.05 | 0.63 | 0 | 0.33 | 295.56 | 0.46 | 0.46 |
| Hex | A4 | 40 | AC | 5 | 3F | 0 | 21 | 128 | 2E | 2E |
| Octal | 244 | 100 | 254 | 5 | 77 | 0 | 41 | 450 | 56 | 56 |
| Binary | 10100100 | 1000000 | 10101100 | 101 | 111111 | 0 | 100001 | 100101000 | 101110 | 101110 |
Color Harmonies of #A440AC
Complementary color
Monochromatic Colors of #A440AC
Black with #A440AC
Text Example
Text Example
White with #A440AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A440AC; }
p { color: rgb(164,64,172); }
H1.HeaderClassName
{
color: #A440AC;
}
.AnyTagClassName
{
color: #A440AC;
}
</style>
background-color css
<style>
a { background-color: #A440AC; }
a { background-color: rgb(164,64,172); }
div.DivClassName
{
background-color: #A440AC;
}
.BgClassName
{
background-color: #A440AC;
}
</style>
border-color css
<style>
span { border-color: #A440AC; }
span { border-color: rgb(164,64,172); }
td.TdClassName
{
border-color: #A440AC;
}
.TagClassName
{
border-color: #A440AC;
}
</style>