Shades of Violet Blue #A4389F
Tints of Violet Blue #A4389F
RGB
CMYK
RGB Variations
Color information
#A4389F (or 0xA4389F) is known color: Violet Blue. HEX triplet: A4, 38 and 9F. RGB value is (164,56,159). Sum of RGB (Red+Green+Blue) = 164+56+159=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A4389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4389F is #5BC760. Grayscale: #636363. Windows color (decimal): -6014817 or 10434724. OLE color: 10434724.
HSL color Cylindrical-coordinate representation of color #A4389F: hue angle of 302.78º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4389F is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 56 | 159 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.36 |
| HSL | 302.78º | 0.49% | 0.43% | - |
| HSV(B) | 302.78º | 0.66% | 0.64% | - |
| XYZ | 22.98 | 13.22 | 34.14 | - |
| YUV | 100.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 159 | 0 | 0.66 | 0.03 | 0.36 | 302.78 | 0.49 | 0.43 |
| Hex | A4 | 38 | 9F | 0 | 42 | 3 | 24 | 12F | 31 | 2B |
| Octal | 244 | 70 | 237 | 0 | 102 | 3 | 44 | 457 | 61 | 53 |
| Binary | 10100100 | 111000 | 10011111 | 0 | 1000010 | 11 | 100100 | 100101111 | 110001 | 101011 |
Color Harmonies of #A4389F
Complementary color
Monochromatic Colors of #A4389F
Black with #A4389F
Text Example
Text Example
White with #A4389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4389F; }
p { color: rgb(164,56,159); }
H1.HeaderClassName
{
color: #A4389F;
}
.AnyTagClassName
{
color: #A4389F;
}
</style>
background-color css
<style>
a { background-color: #A4389F; }
a { background-color: rgb(164,56,159); }
div.DivClassName
{
background-color: #A4389F;
}
.BgClassName
{
background-color: #A4389F;
}
</style>
border-color css
<style>
span { border-color: #A4389F; }
span { border-color: rgb(164,56,159); }
td.TdClassName
{
border-color: #A4389F;
}
.TagClassName
{
border-color: #A4389F;
}
</style>