Shades of Violet Blue #A741AC
Tints of Violet Blue #A741AC
RGB
CMYK
RGB Variations
Color information
#A741AC (or 0xA741AC) is known color: Violet Blue. HEX triplet: A7, 41 and AC. RGB value is (167,65,172). Sum of RGB (Red+Green+Blue) = 167+65+172=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #A741AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A741AC is #58BE53. Grayscale: #6B6B6B. Windows color (decimal): -5815892 or 11288999. OLE color: 11288999.
HSL color Cylindrical-coordinate representation of color #A741AC: hue angle of 297.2º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A741AC is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 65 | 172 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.33 |
| HSL | 297.2º | 0.45% | 0.46% | - |
| HSV(B) | 297.2º | 0.62% | 0.67% | - |
| XYZ | 25.27 | 14.97 | 40.59 | - |
| YUV | 107.7 | 164.29 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 172 | 0.03 | 0.62 | 0 | 0.33 | 297.2 | 0.45 | 0.46 |
| Hex | A7 | 41 | AC | 3 | 3E | 0 | 21 | 129 | 2D | 2E |
| Octal | 247 | 101 | 254 | 3 | 76 | 0 | 41 | 451 | 55 | 56 |
| Binary | 10100111 | 1000001 | 10101100 | 11 | 111110 | 0 | 100001 | 100101001 | 101101 | 101110 |
Color Harmonies of #A741AC
Complementary color
Monochromatic Colors of #A741AC
Black with #A741AC
Text Example
Text Example
White with #A741AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A741AC; }
p { color: rgb(167,65,172); }
H1.HeaderClassName
{
color: #A741AC;
}
.AnyTagClassName
{
color: #A741AC;
}
</style>
background-color css
<style>
a { background-color: #A741AC; }
a { background-color: rgb(167,65,172); }
div.DivClassName
{
background-color: #A741AC;
}
.BgClassName
{
background-color: #A741AC;
}
</style>
border-color css
<style>
span { border-color: #A741AC; }
span { border-color: rgb(167,65,172); }
td.TdClassName
{
border-color: #A741AC;
}
.TagClassName
{
border-color: #A741AC;
}
</style>