Shades of Violet Blue #AA4298
Tints of Violet Blue #AA4298
RGB
CMYK
RGB Variations
Color information
#AA4298 (or 0xAA4298) is known color: Violet Blue. HEX triplet: AA, 42 and 98. RGB value is (170,66,152). Sum of RGB (Red+Green+Blue) = 170+66+152=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4298 is #55BD67. Grayscale: #6A6A6A. Windows color (decimal): -5619048 or 9978538. OLE color: 9978538.
HSL color Cylindrical-coordinate representation of color #AA4298: hue angle of 310.38º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4298 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 152 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.33 |
| HSL | 310.38º | 0.44% | 0.46% | - |
| HSV(B) | 310.38º | 0.61% | 0.67% | - |
| XYZ | 24.19 | 14.71 | 31.27 | - |
| YUV | 106.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 152 | 0 | 0.61 | 0.11 | 0.33 | 310.38 | 0.44 | 0.46 |
| Hex | AA | 42 | 98 | 0 | 3D | B | 21 | 136 | 2C | 2E |
| Octal | 252 | 102 | 230 | 0 | 75 | 13 | 41 | 466 | 54 | 56 |
| Binary | 10101010 | 1000010 | 10011000 | 0 | 111101 | 1011 | 100001 | 100110110 | 101100 | 101110 |
Color Harmonies of #AA4298
Complementary color
Monochromatic Colors of #AA4298
Black with #AA4298
Text Example
Text Example
White with #AA4298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4298; }
p { color: rgb(170,66,152); }
H1.HeaderClassName
{
color: #AA4298;
}
.AnyTagClassName
{
color: #AA4298;
}
</style>
background-color css
<style>
a { background-color: #AA4298; }
a { background-color: rgb(170,66,152); }
div.DivClassName
{
background-color: #AA4298;
}
.BgClassName
{
background-color: #AA4298;
}
</style>
border-color css
<style>
span { border-color: #AA4298; }
span { border-color: rgb(170,66,152); }
td.TdClassName
{
border-color: #AA4298;
}
.TagClassName
{
border-color: #AA4298;
}
</style>