Shades of Violet Blue #AE619B
Tints of Violet Blue #AE619B
RGB
CMYK
RGB Variations
Color information
#AE619B (or 0xAE619B) is known color: Violet Blue. HEX triplet: AE, 61 and 9B. RGB value is (174,97,155). Sum of RGB (Red+Green+Blue) = 174+97+155=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE619B is #519E64. Grayscale: #7E7E7E. Windows color (decimal): -5348965 or 10183086. OLE color: 10183086.
HSL color Cylindrical-coordinate representation of color #AE619B: hue angle of 314.81º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE619B is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 97 | 155 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.32 |
| HSL | 314.81º | 0.32% | 0.53% | - |
| HSV(B) | 314.81º | 0.44% | 0.68% | - |
| XYZ | 27.65 | 19.91 | 33.4 | - |
| YUV | 126.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 97 | 155 | 0 | 0.44 | 0.11 | 0.32 | 314.81 | 0.32 | 0.53 |
| Hex | AE | 61 | 9B | 0 | 2C | B | 20 | 13B | 20 | 35 |
| Octal | 256 | 141 | 233 | 0 | 54 | 13 | 40 | 473 | 40 | 65 |
| Binary | 10101110 | 1100001 | 10011011 | 0 | 101100 | 1011 | 100000 | 100111011 | 100000 | 110101 |
Color Harmonies of #AE619B
Complementary color
Monochromatic Colors of #AE619B
Black with #AE619B
Text Example
Text Example
White with #AE619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE619B; }
p { color: rgb(174,97,155); }
H1.HeaderClassName
{
color: #AE619B;
}
.AnyTagClassName
{
color: #AE619B;
}
</style>
background-color css
<style>
a { background-color: #AE619B; }
a { background-color: rgb(174,97,155); }
div.DivClassName
{
background-color: #AE619B;
}
.BgClassName
{
background-color: #AE619B;
}
</style>
border-color css
<style>
span { border-color: #AE619B; }
span { border-color: rgb(174,97,155); }
td.TdClassName
{
border-color: #AE619B;
}
.TagClassName
{
border-color: #AE619B;
}
</style>