Shades of Violet Blue #AE41A8
Tints of Violet Blue #AE41A8
RGB
CMYK
RGB Variations
Color information
#AE41A8 (or 0xAE41A8) is known color: Violet Blue. HEX triplet: AE, 41 and A8. RGB value is (174,65,168). Sum of RGB (Red+Green+Blue) = 174+65+168=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE41A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE41A8 is #51BE57. Grayscale: #6D6D6D. Windows color (decimal): -5357144 or 11026862. OLE color: 11026862.
HSL color Cylindrical-coordinate representation of color #AE41A8: hue angle of 303.3º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE41A8 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 168 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.32 |
| HSL | 303.3º | 0.46% | 0.47% | - |
| HSV(B) | 303.3º | 0.63% | 0.68% | - |
| XYZ | 26.41 | 15.61 | 38.67 | - |
| YUV | 109.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 168 | 0 | 0.63 | 0.03 | 0.32 | 303.3 | 0.46 | 0.47 |
| Hex | AE | 41 | A8 | 0 | 3F | 3 | 20 | 12F | 2E | 2F |
| Octal | 256 | 101 | 250 | 0 | 77 | 3 | 40 | 457 | 56 | 57 |
| Binary | 10101110 | 1000001 | 10101000 | 0 | 111111 | 11 | 100000 | 100101111 | 101110 | 101111 |
Color Harmonies of #AE41A8
Complementary color
Monochromatic Colors of #AE41A8
Black with #AE41A8
Text Example
Text Example
White with #AE41A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE41A8; }
p { color: rgb(174,65,168); }
H1.HeaderClassName
{
color: #AE41A8;
}
.AnyTagClassName
{
color: #AE41A8;
}
</style>
background-color css
<style>
a { background-color: #AE41A8; }
a { background-color: rgb(174,65,168); }
div.DivClassName
{
background-color: #AE41A8;
}
.BgClassName
{
background-color: #AE41A8;
}
</style>
border-color css
<style>
span { border-color: #AE41A8; }
span { border-color: rgb(174,65,168); }
td.TdClassName
{
border-color: #AE41A8;
}
.TagClassName
{
border-color: #AE41A8;
}
</style>