Shades of Violet Blue #A438AB
Tints of Violet Blue #A438AB
RGB
CMYK
RGB Variations
Color information
#A438AB (or 0xA438AB) is known color: Violet Blue. HEX triplet: A4, 38 and AB. RGB value is (164,56,171). Sum of RGB (Red+Green+Blue) = 164+56+171=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #A438AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A438AB is #5BC754. Grayscale: #656565. Windows color (decimal): -6014805 or 11221156. OLE color: 11221156.
HSL color Cylindrical-coordinate representation of color #A438AB: hue angle of 296.35º degrees, saturation: 0.51, 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 #A438AB is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 56 | 171 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.33 |
| HSL | 296.35º | 0.51% | 0.45% | - |
| HSV(B) | 296.35º | 0.67% | 0.67% | - |
| XYZ | 24.07 | 13.66 | 39.9 | - |
| YUV | 101.4 | 167.28 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 171 | 0.04 | 0.67 | 0 | 0.33 | 296.35 | 0.51 | 0.45 |
| Hex | A4 | 38 | AB | 4 | 43 | 0 | 21 | 128 | 33 | 2D |
| Octal | 244 | 70 | 253 | 4 | 103 | 0 | 41 | 450 | 63 | 55 |
| Binary | 10100100 | 111000 | 10101011 | 100 | 1000011 | 0 | 100001 | 100101000 | 110011 | 101101 |
Color Harmonies of #A438AB
Complementary color
Monochromatic Colors of #A438AB
Black with #A438AB
Text Example
Text Example
White with #A438AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A438AB; }
p { color: rgb(164,56,171); }
H1.HeaderClassName
{
color: #A438AB;
}
.AnyTagClassName
{
color: #A438AB;
}
</style>
background-color css
<style>
a { background-color: #A438AB; }
a { background-color: rgb(164,56,171); }
div.DivClassName
{
background-color: #A438AB;
}
.BgClassName
{
background-color: #A438AB;
}
</style>
border-color css
<style>
span { border-color: #A438AB; }
span { border-color: rgb(164,56,171); }
td.TdClassName
{
border-color: #A438AB;
}
.TagClassName
{
border-color: #A438AB;
}
</style>