Shades of Violet Blue #A47BA3
Tints of Violet Blue #A47BA3
RGB
CMYK
RGB Variations
Color information
#A47BA3 (or 0xA47BA3) is known color: Violet Blue. HEX triplet: A4, 7B and A3. RGB value is (164,123,163). Sum of RGB (Red+Green+Blue) = 164+123+163=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A47BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47BA3 is #5B845C. Grayscale: #8B8B8B. Windows color (decimal): -5997661 or 10714020. OLE color: 10714020.
HSL color Cylindrical-coordinate representation of color #A47BA3: hue angle of 301.46º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A47BA3 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 123 | 163 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.36 |
| HSL | 301.46º | 0.18% | 0.56% | - |
| HSV(B) | 301.46º | 0.25% | 0.64% | - |
| XYZ | 29 | 24.7 | 37.89 | - |
| YUV | 139.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 163 | 0 | 0.25 | 0.01 | 0.36 | 301.46 | 0.18 | 0.56 |
| Hex | A4 | 7B | A3 | 0 | 19 | 1 | 24 | 12D | 12 | 38 |
| Octal | 244 | 173 | 243 | 0 | 31 | 1 | 44 | 455 | 22 | 70 |
| Binary | 10100100 | 1111011 | 10100011 | 0 | 11001 | 1 | 100100 | 100101101 | 10010 | 111000 |
Color Harmonies of #A47BA3
Complementary color
Monochromatic Colors of #A47BA3
Black with #A47BA3
Text Example
Text Example
White with #A47BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BA3; }
p { color: rgb(164,123,163); }
H1.HeaderClassName
{
color: #A47BA3;
}
.AnyTagClassName
{
color: #A47BA3;
}
</style>
background-color css
<style>
a { background-color: #A47BA3; }
a { background-color: rgb(164,123,163); }
div.DivClassName
{
background-color: #A47BA3;
}
.BgClassName
{
background-color: #A47BA3;
}
</style>
border-color css
<style>
span { border-color: #A47BA3; }
span { border-color: rgb(164,123,163); }
td.TdClassName
{
border-color: #A47BA3;
}
.TagClassName
{
border-color: #A47BA3;
}
</style>