Shades of Violet Blue #A47AA3
Tints of Violet Blue #A47AA3
RGB
CMYK
RGB Variations
Color information
#A47AA3 (or 0xA47AA3) is known color: Violet Blue. HEX triplet: A4, 7A and A3. RGB value is (164,122,163). Sum of RGB (Red+Green+Blue) = 164+122+163=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A47AA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47AA3 is #5B855C. Grayscale: #8B8B8B. Windows color (decimal): -5997917 or 10713764. OLE color: 10713764.
HSL color Cylindrical-coordinate representation of color #A47AA3: hue angle of 301.43º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A47AA3 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 163 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.36 |
| HSL | 301.43º | 0.19% | 0.56% | - |
| HSV(B) | 301.43º | 0.26% | 0.64% | - |
| XYZ | 28.88 | 24.46 | 37.85 | - |
| YUV | 139.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 163 | 0 | 0.26 | 0.01 | 0.36 | 301.43 | 0.19 | 0.56 |
| Hex | A4 | 7A | A3 | 0 | 1A | 1 | 24 | 12D | 13 | 38 |
| Octal | 244 | 172 | 243 | 0 | 32 | 1 | 44 | 455 | 23 | 70 |
| Binary | 10100100 | 1111010 | 10100011 | 0 | 11010 | 1 | 100100 | 100101101 | 10011 | 111000 |
Color Harmonies of #A47AA3
Complementary color
Monochromatic Colors of #A47AA3
Black with #A47AA3
Text Example
Text Example
White with #A47AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47AA3; }
p { color: rgb(164,122,163); }
H1.HeaderClassName
{
color: #A47AA3;
}
.AnyTagClassName
{
color: #A47AA3;
}
</style>
background-color css
<style>
a { background-color: #A47AA3; }
a { background-color: rgb(164,122,163); }
div.DivClassName
{
background-color: #A47AA3;
}
.BgClassName
{
background-color: #A47AA3;
}
</style>
border-color css
<style>
span { border-color: #A47AA3; }
span { border-color: rgb(164,122,163); }
td.TdClassName
{
border-color: #A47AA3;
}
.TagClassName
{
border-color: #A47AA3;
}
</style>