Shades of Violet Blue #A94FB1
Tints of Violet Blue #A94FB1
RGB
CMYK
RGB Variations
Color information
#A94FB1 (or 0xA94FB1) is known color: Violet Blue. HEX triplet: A9, 4F and B1. RGB value is (169,79,177). Sum of RGB (Red+Green+Blue) = 169+79+177=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 177 - color contains mainly: blue. Hex color #A94FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94FB1 is #56B04E. Grayscale: #747474. Windows color (decimal): -5681231 or 11620265. OLE color: 11620265.
HSL color Cylindrical-coordinate representation of color #A94FB1: hue angle of 295.1º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A94FB1 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 79 | 177 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.31 |
| HSL | 295.1º | 0.39% | 0.5% | - |
| HSV(B) | 295.1º | 0.55% | 0.69% | - |
| XYZ | 27.09 | 17.2 | 43.49 | - |
| YUV | 117.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 79 | 177 | 0.05 | 0.55 | 0 | 0.31 | 295.1 | 0.39 | 0.5 |
| Hex | A9 | 4F | B1 | 5 | 37 | 0 | 1F | 127 | 27 | 32 |
| Octal | 251 | 117 | 261 | 5 | 67 | 0 | 37 | 447 | 47 | 62 |
| Binary | 10101001 | 1001111 | 10110001 | 101 | 110111 | 0 | 11111 | 100100111 | 100111 | 110010 |
Color Harmonies of #A94FB1
Complementary color
Monochromatic Colors of #A94FB1
Black with #A94FB1
Text Example
Text Example
White with #A94FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94FB1; }
p { color: rgb(169,79,177); }
H1.HeaderClassName
{
color: #A94FB1;
}
.AnyTagClassName
{
color: #A94FB1;
}
</style>
background-color css
<style>
a { background-color: #A94FB1; }
a { background-color: rgb(169,79,177); }
div.DivClassName
{
background-color: #A94FB1;
}
.BgClassName
{
background-color: #A94FB1;
}
</style>
border-color css
<style>
span { border-color: #A94FB1; }
span { border-color: rgb(169,79,177); }
td.TdClassName
{
border-color: #A94FB1;
}
.TagClassName
{
border-color: #A94FB1;
}
</style>