Shades of Violet Blue #A440AB
Tints of Violet Blue #A440AB
RGB
CMYK
RGB Variations
Color information
#A440AB (or 0xA440AB) is known color: Violet Blue. HEX triplet: A4, 40 and AB. RGB value is (164,64,171). Sum of RGB (Red+Green+Blue) = 164+64+171=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #A440AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A440AB is #5BBF54. Grayscale: #696969. Windows color (decimal): -6012757 or 11223204. OLE color: 11223204.
HSL color Cylindrical-coordinate representation of color #A440AB: hue angle of 296.07º 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 #A440AB is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 64 | 171 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.33 |
| HSL | 296.07º | 0.46% | 0.46% | - |
| HSV(B) | 296.07º | 0.63% | 0.67% | - |
| XYZ | 24.49 | 14.5 | 40.04 | - |
| YUV | 106.1 | 164.63 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 171 | 0.04 | 0.63 | 0 | 0.33 | 296.07 | 0.46 | 0.46 |
| Hex | A4 | 40 | AB | 4 | 3F | 0 | 21 | 128 | 2E | 2E |
| Octal | 244 | 100 | 253 | 4 | 77 | 0 | 41 | 450 | 56 | 56 |
| Binary | 10100100 | 1000000 | 10101011 | 100 | 111111 | 0 | 100001 | 100101000 | 101110 | 101110 |
Color Harmonies of #A440AB
Complementary color
Monochromatic Colors of #A440AB
Black with #A440AB
Text Example
Text Example
White with #A440AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A440AB; }
p { color: rgb(164,64,171); }
H1.HeaderClassName
{
color: #A440AB;
}
.AnyTagClassName
{
color: #A440AB;
}
</style>
background-color css
<style>
a { background-color: #A440AB; }
a { background-color: rgb(164,64,171); }
div.DivClassName
{
background-color: #A440AB;
}
.BgClassName
{
background-color: #A440AB;
}
</style>
border-color css
<style>
span { border-color: #A440AB; }
span { border-color: rgb(164,64,171); }
td.TdClassName
{
border-color: #A440AB;
}
.TagClassName
{
border-color: #A440AB;
}
</style>