Shades of Violet Blue #A445AB
Tints of Violet Blue #A445AB
RGB
CMYK
RGB Variations
Color information
#A445AB (or 0xA445AB) is known color: Violet Blue. HEX triplet: A4, 45 and AB. RGB value is (164,69,171). Sum of RGB (Red+Green+Blue) = 164+69+171=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #A445AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A445AB is #5BBA54. Grayscale: #6C6C6C. Windows color (decimal): -6011477 or 11224484. OLE color: 11224484.
HSL color Cylindrical-coordinate representation of color #A445AB: hue angle of 295.88º 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 #A445AB is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 69 | 171 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.33 |
| HSL | 295.88º | 0.43% | 0.47% | - |
| HSV(B) | 295.88º | 0.6% | 0.67% | - |
| XYZ | 24.79 | 15.09 | 40.13 | - |
| YUV | 109.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 171 | 0.04 | 0.60 | 0 | 0.33 | 295.88 | 0.43 | 0.47 |
| Hex | A4 | 45 | AB | 4 | 3C | 0 | 21 | 128 | 2A | 2F |
| Octal | 244 | 105 | 253 | 4 | 74 | 0 | 41 | 450 | 52 | 57 |
| Binary | 10100100 | 1000101 | 10101011 | 100 | 111100 | 0 | 100001 | 100101000 | 101010 | 101111 |
Color Harmonies of #A445AB
Complementary color
Monochromatic Colors of #A445AB
Black with #A445AB
Text Example
Text Example
White with #A445AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A445AB; }
p { color: rgb(164,69,171); }
H1.HeaderClassName
{
color: #A445AB;
}
.AnyTagClassName
{
color: #A445AB;
}
</style>
background-color css
<style>
a { background-color: #A445AB; }
a { background-color: rgb(164,69,171); }
div.DivClassName
{
background-color: #A445AB;
}
.BgClassName
{
background-color: #A445AB;
}
</style>
border-color css
<style>
span { border-color: #A445AB; }
span { border-color: rgb(164,69,171); }
td.TdClassName
{
border-color: #A445AB;
}
.TagClassName
{
border-color: #A445AB;
}
</style>