Shades of Violet Blue #AE44AA
Tints of Violet Blue #AE44AA
RGB
CMYK
RGB Variations
Color information
#AE44AA (or 0xAE44AA) is known color: Violet Blue. HEX triplet: AE, 44 and AA. RGB value is (174,68,170). Sum of RGB (Red+Green+Blue) = 174+68+170=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE44AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE44AA is #51BB55. Grayscale: #6F6F6F. Windows color (decimal): -5356374 or 11158702. OLE color: 11158702.
HSL color Cylindrical-coordinate representation of color #AE44AA: hue angle of 302.26º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE44AA is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 68 | 170 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.32 |
| HSL | 302.26º | 0.44% | 0.47% | - |
| HSV(B) | 302.26º | 0.61% | 0.68% | - |
| XYZ | 26.78 | 16.04 | 39.71 | - |
| YUV | 111.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 68 | 170 | 0 | 0.61 | 0.02 | 0.32 | 302.26 | 0.44 | 0.47 |
| Hex | AE | 44 | AA | 0 | 3D | 2 | 20 | 12E | 2C | 2F |
| Octal | 256 | 104 | 252 | 0 | 75 | 2 | 40 | 456 | 54 | 57 |
| Binary | 10101110 | 1000100 | 10101010 | 0 | 111101 | 10 | 100000 | 100101110 | 101100 | 101111 |
Color Harmonies of #AE44AA
Complementary color
Monochromatic Colors of #AE44AA
Black with #AE44AA
Text Example
Text Example
White with #AE44AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE44AA; }
p { color: rgb(174,68,170); }
H1.HeaderClassName
{
color: #AE44AA;
}
.AnyTagClassName
{
color: #AE44AA;
}
</style>
background-color css
<style>
a { background-color: #AE44AA; }
a { background-color: rgb(174,68,170); }
div.DivClassName
{
background-color: #AE44AA;
}
.BgClassName
{
background-color: #AE44AA;
}
</style>
border-color css
<style>
span { border-color: #AE44AA; }
span { border-color: rgb(174,68,170); }
td.TdClassName
{
border-color: #AE44AA;
}
.TagClassName
{
border-color: #AE44AA;
}
</style>