Shades of Violet Blue #A741AA
Tints of Violet Blue #A741AA
RGB
CMYK
RGB Variations
Color information
#A741AA (or 0xA741AA) is known color: Violet Blue. HEX triplet: A7, 41 and AA. RGB value is (167,65,170). Sum of RGB (Red+Green+Blue) = 167+65+170=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #A741AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A741AA is #58BE55. Grayscale: #6B6B6B. Windows color (decimal): -5815894 or 11157927. OLE color: 11157927.
HSL color Cylindrical-coordinate representation of color #A741AA: hue angle of 298.29º 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 #A741AA is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 65 | 170 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.33 |
| HSL | 298.29º | 0.45% | 0.46% | - |
| HSV(B) | 298.29º | 0.62% | 0.67% | - |
| XYZ | 25.08 | 14.9 | 39.58 | - |
| YUV | 107.47 | 163.29 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 170 | 0.02 | 0.62 | 0 | 0.33 | 298.29 | 0.45 | 0.46 |
| Hex | A7 | 41 | AA | 2 | 3E | 0 | 21 | 12A | 2D | 2E |
| Octal | 247 | 101 | 252 | 2 | 76 | 0 | 41 | 452 | 55 | 56 |
| Binary | 10100111 | 1000001 | 10101010 | 10 | 111110 | 0 | 100001 | 100101010 | 101101 | 101110 |
Color Harmonies of #A741AA
Complementary color
Monochromatic Colors of #A741AA
Black with #A741AA
Text Example
Text Example
White with #A741AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A741AA; }
p { color: rgb(167,65,170); }
H1.HeaderClassName
{
color: #A741AA;
}
.AnyTagClassName
{
color: #A741AA;
}
</style>
background-color css
<style>
a { background-color: #A741AA; }
a { background-color: rgb(167,65,170); }
div.DivClassName
{
background-color: #A741AA;
}
.BgClassName
{
background-color: #A741AA;
}
</style>
border-color css
<style>
span { border-color: #A741AA; }
span { border-color: rgb(167,65,170); }
td.TdClassName
{
border-color: #A741AA;
}
.TagClassName
{
border-color: #A741AA;
}
</style>