Shades of Violet Blue #A939A4
Tints of Violet Blue #A939A4
RGB
CMYK
RGB Variations
Color information
#A939A4 (or 0xA939A4) is known color: Violet Blue. HEX triplet: A9, 39 and A4. RGB value is (169,57,164). Sum of RGB (Red+Green+Blue) = 169+57+164=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A939A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A939A4 is #56C65B. Grayscale: #666666. Windows color (decimal): -5686876 or 10762665. OLE color: 10762665.
HSL color Cylindrical-coordinate representation of color #A939A4: hue angle of 302.68º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A939A4 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 57 | 164 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.34 |
| HSL | 302.68º | 0.5% | 0.44% | - |
| HSV(B) | 302.68º | 0.66% | 0.66% | - |
| XYZ | 24.53 | 14.04 | 36.54 | - |
| YUV | 102.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 164 | 0 | 0.66 | 0.03 | 0.34 | 302.68 | 0.5 | 0.44 |
| Hex | A9 | 39 | A4 | 0 | 42 | 3 | 22 | 12F | 32 | 2C |
| Octal | 251 | 71 | 244 | 0 | 102 | 3 | 42 | 457 | 62 | 54 |
| Binary | 10101001 | 111001 | 10100100 | 0 | 1000010 | 11 | 100010 | 100101111 | 110010 | 101100 |
Color Harmonies of #A939A4
Complementary color
Monochromatic Colors of #A939A4
Black with #A939A4
Text Example
Text Example
White with #A939A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A939A4; }
p { color: rgb(169,57,164); }
H1.HeaderClassName
{
color: #A939A4;
}
.AnyTagClassName
{
color: #A939A4;
}
</style>
background-color css
<style>
a { background-color: #A939A4; }
a { background-color: rgb(169,57,164); }
div.DivClassName
{
background-color: #A939A4;
}
.BgClassName
{
background-color: #A939A4;
}
</style>
border-color css
<style>
span { border-color: #A939A4; }
span { border-color: rgb(169,57,164); }
td.TdClassName
{
border-color: #A939A4;
}
.TagClassName
{
border-color: #A939A4;
}
</style>