Shades of Violet Blue #A439AB
Tints of Violet Blue #A439AB
RGB
CMYK
RGB Variations
Color information
#A439AB (or 0xA439AB) is known color: Violet Blue. HEX triplet: A4, 39 and AB. RGB value is (164,57,171). Sum of RGB (Red+Green+Blue) = 164+57+171=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #A439AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A439AB is #5BC654. Grayscale: #656565. Windows color (decimal): -6014549 or 11221412. OLE color: 11221412.
HSL color Cylindrical-coordinate representation of color #A439AB: hue angle of 296.32º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A439AB is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 57 | 171 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.33 |
| HSL | 296.32º | 0.5% | 0.45% | - |
| HSV(B) | 296.32º | 0.67% | 0.67% | - |
| XYZ | 24.12 | 13.76 | 39.91 | - |
| YUV | 101.99 | 166.95 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 171 | 0.04 | 0.67 | 0 | 0.33 | 296.32 | 0.5 | 0.45 |
| Hex | A4 | 39 | AB | 4 | 43 | 0 | 21 | 128 | 32 | 2D |
| Octal | 244 | 71 | 253 | 4 | 103 | 0 | 41 | 450 | 62 | 55 |
| Binary | 10100100 | 111001 | 10101011 | 100 | 1000011 | 0 | 100001 | 100101000 | 110010 | 101101 |
Color Harmonies of #A439AB
Complementary color
Monochromatic Colors of #A439AB
Black with #A439AB
Text Example
Text Example
White with #A439AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A439AB; }
p { color: rgb(164,57,171); }
H1.HeaderClassName
{
color: #A439AB;
}
.AnyTagClassName
{
color: #A439AB;
}
</style>
background-color css
<style>
a { background-color: #A439AB; }
a { background-color: rgb(164,57,171); }
div.DivClassName
{
background-color: #A439AB;
}
.BgClassName
{
background-color: #A439AB;
}
</style>
border-color css
<style>
span { border-color: #A439AB; }
span { border-color: rgb(164,57,171); }
td.TdClassName
{
border-color: #A439AB;
}
.TagClassName
{
border-color: #A439AB;
}
</style>