Shades of Violet Blue #AA419D
Tints of Violet Blue #AA419D
RGB
CMYK
RGB Variations
Color information
#AA419D (or 0xAA419D) is known color: Violet Blue. HEX triplet: AA, 41 and 9D. RGB value is (170,65,157). Sum of RGB (Red+Green+Blue) = 170+65+157=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA419D is #55BE62. Grayscale: #6A6A6A. Windows color (decimal): -5619299 or 10305962. OLE color: 10305962.
HSL color Cylindrical-coordinate representation of color #AA419D: hue angle of 307.43º 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 #AA419D is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 157 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.33 |
| HSL | 307.43º | 0.45% | 0.46% | - |
| HSV(B) | 307.43º | 0.62% | 0.67% | - |
| XYZ | 24.55 | 14.76 | 33.45 | - |
| YUV | 106.88 | 156.29 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 157 | 0 | 0.62 | 0.08 | 0.33 | 307.43 | 0.45 | 0.46 |
| Hex | AA | 41 | 9D | 0 | 3E | 8 | 21 | 133 | 2D | 2E |
| Octal | 252 | 101 | 235 | 0 | 76 | 10 | 41 | 463 | 55 | 56 |
| Binary | 10101010 | 1000001 | 10011101 | 0 | 111110 | 1000 | 100001 | 100110011 | 101101 | 101110 |
Color Harmonies of #AA419D
Complementary color
Monochromatic Colors of #AA419D
Black with #AA419D
Text Example
Text Example
White with #AA419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA419D; }
p { color: rgb(170,65,157); }
H1.HeaderClassName
{
color: #AA419D;
}
.AnyTagClassName
{
color: #AA419D;
}
</style>
background-color css
<style>
a { background-color: #AA419D; }
a { background-color: rgb(170,65,157); }
div.DivClassName
{
background-color: #AA419D;
}
.BgClassName
{
background-color: #AA419D;
}
</style>
border-color css
<style>
span { border-color: #AA419D; }
span { border-color: rgb(170,65,157); }
td.TdClassName
{
border-color: #AA419D;
}
.TagClassName
{
border-color: #AA419D;
}
</style>