Shades of Violet Blue #A732A2
Tints of Violet Blue #A732A2
RGB
CMYK
RGB Variations
Color information
#A732A2 (or 0xA732A2) is known color: Violet Blue. HEX triplet: A7, 32 and A2. RGB value is (167,50,162). Sum of RGB (Red+Green+Blue) = 167+50+162=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A732A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A732A2 is #58CD5D. Grayscale: #616161. Windows color (decimal): -5819742 or 10629799. OLE color: 10629799.
HSL color Cylindrical-coordinate representation of color #A732A2: hue angle of 302.56º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A732A2 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 50 | 162 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.35 |
| HSL | 302.56º | 0.54% | 0.43% | - |
| HSV(B) | 302.56º | 0.7% | 0.65% | - |
| XYZ | 23.6 | 13.11 | 35.47 | - |
| YUV | 97.75 | 164.26 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 162 | 0 | 0.70 | 0.03 | 0.35 | 302.56 | 0.54 | 0.43 |
| Hex | A7 | 32 | A2 | 0 | 46 | 3 | 23 | 12F | 36 | 2B |
| Octal | 247 | 62 | 242 | 0 | 106 | 3 | 43 | 457 | 66 | 53 |
| Binary | 10100111 | 110010 | 10100010 | 0 | 1000110 | 11 | 100011 | 100101111 | 110110 | 101011 |
Color Harmonies of #A732A2
Complementary color
Monochromatic Colors of #A732A2
Black with #A732A2
Text Example
Text Example
White with #A732A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A732A2; }
p { color: rgb(167,50,162); }
H1.HeaderClassName
{
color: #A732A2;
}
.AnyTagClassName
{
color: #A732A2;
}
</style>
background-color css
<style>
a { background-color: #A732A2; }
a { background-color: rgb(167,50,162); }
div.DivClassName
{
background-color: #A732A2;
}
.BgClassName
{
background-color: #A732A2;
}
</style>
border-color css
<style>
span { border-color: #A732A2; }
span { border-color: rgb(167,50,162); }
td.TdClassName
{
border-color: #A732A2;
}
.TagClassName
{
border-color: #A732A2;
}
</style>