Shades of Violet Blue #A736A3
Tints of Violet Blue #A736A3
RGB
CMYK
RGB Variations
Color information
#A736A3 (or 0xA736A3) is known color: Violet Blue. HEX triplet: A7, 36 and A3. RGB value is (167,54,163). Sum of RGB (Red+Green+Blue) = 167+54+163=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A736A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A736A3 is #58C95C. Grayscale: #636363. Windows color (decimal): -5818717 or 10696359. OLE color: 10696359.
HSL color Cylindrical-coordinate representation of color #A736A3: hue angle of 302.12º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A736A3 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 54 | 163 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.35 |
| HSL | 302.12º | 0.51% | 0.43% | - |
| HSV(B) | 302.12º | 0.68% | 0.65% | - |
| XYZ | 23.87 | 13.5 | 36 | - |
| YUV | 100.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 54 | 163 | 0 | 0.68 | 0.02 | 0.35 | 302.12 | 0.51 | 0.43 |
| Hex | A7 | 36 | A3 | 0 | 44 | 2 | 23 | 12E | 33 | 2B |
| Octal | 247 | 66 | 243 | 0 | 104 | 2 | 43 | 456 | 63 | 53 |
| Binary | 10100111 | 110110 | 10100011 | 0 | 1000100 | 10 | 100011 | 100101110 | 110011 | 101011 |
Color Harmonies of #A736A3
Complementary color
Monochromatic Colors of #A736A3
Black with #A736A3
Text Example
Text Example
White with #A736A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A736A3; }
p { color: rgb(167,54,163); }
H1.HeaderClassName
{
color: #A736A3;
}
.AnyTagClassName
{
color: #A736A3;
}
</style>
background-color css
<style>
a { background-color: #A736A3; }
a { background-color: rgb(167,54,163); }
div.DivClassName
{
background-color: #A736A3;
}
.BgClassName
{
background-color: #A736A3;
}
</style>
border-color css
<style>
span { border-color: #A736A3; }
span { border-color: rgb(167,54,163); }
td.TdClassName
{
border-color: #A736A3;
}
.TagClassName
{
border-color: #A736A3;
}
</style>