Shades of Violet Blue #AE419E
Tints of Violet Blue #AE419E
RGB
CMYK
RGB Variations
Color information
#AE419E (or 0xAE419E) is known color: Violet Blue. HEX triplet: AE, 41 and 9E. RGB value is (174,65,158). Sum of RGB (Red+Green+Blue) = 174+65+158=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE419E is #51BE61. Grayscale: #6B6B6B. Windows color (decimal): -5357154 or 10371502. OLE color: 10371502.
HSL color Cylindrical-coordinate representation of color #AE419E: hue angle of 308.81º 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 #AE419E is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 158 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.32 |
| HSL | 308.81º | 0.46% | 0.47% | - |
| HSV(B) | 308.81º | 0.63% | 0.68% | - |
| XYZ | 25.52 | 15.25 | 33.95 | - |
| YUV | 108.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 158 | 0 | 0.63 | 0.09 | 0.32 | 308.81 | 0.46 | 0.47 |
| Hex | AE | 41 | 9E | 0 | 3F | 9 | 20 | 135 | 2E | 2F |
| Octal | 256 | 101 | 236 | 0 | 77 | 11 | 40 | 465 | 56 | 57 |
| Binary | 10101110 | 1000001 | 10011110 | 0 | 111111 | 1001 | 100000 | 100110101 | 101110 | 101111 |
Color Harmonies of #AE419E
Complementary color
Monochromatic Colors of #AE419E
Black with #AE419E
Text Example
Text Example
White with #AE419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE419E; }
p { color: rgb(174,65,158); }
H1.HeaderClassName
{
color: #AE419E;
}
.AnyTagClassName
{
color: #AE419E;
}
</style>
background-color css
<style>
a { background-color: #AE419E; }
a { background-color: rgb(174,65,158); }
div.DivClassName
{
background-color: #AE419E;
}
.BgClassName
{
background-color: #AE419E;
}
</style>
border-color css
<style>
span { border-color: #AE419E; }
span { border-color: rgb(174,65,158); }
td.TdClassName
{
border-color: #AE419E;
}
.TagClassName
{
border-color: #AE419E;
}
</style>