Shades of Violet Blue #AE649A
Tints of Violet Blue #AE649A
RGB
CMYK
RGB Variations
Color information
#AE649A (or 0xAE649A) is known color: Violet Blue. HEX triplet: AE, 64 and 9A. RGB value is (174,100,154). Sum of RGB (Red+Green+Blue) = 174+100+154=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE649A is #519B65. Grayscale: #808080. Windows color (decimal): -5348198 or 10118318. OLE color: 10118318.
HSL color Cylindrical-coordinate representation of color #AE649A: hue angle of 316.22º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE649A is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 154 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.32 |
| HSL | 316.22º | 0.31% | 0.54% | - |
| HSV(B) | 316.22º | 0.43% | 0.68% | - |
| XYZ | 27.85 | 20.45 | 33.05 | - |
| YUV | 128.28 | 142.52 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 154 | 0 | 0.43 | 0.11 | 0.32 | 316.22 | 0.31 | 0.54 |
| Hex | AE | 64 | 9A | 0 | 2B | B | 20 | 13C | 1F | 36 |
| Octal | 256 | 144 | 232 | 0 | 53 | 13 | 40 | 474 | 37 | 66 |
| Binary | 10101110 | 1100100 | 10011010 | 0 | 101011 | 1011 | 100000 | 100111100 | 11111 | 110110 |
Color Harmonies of #AE649A
Complementary color
Monochromatic Colors of #AE649A
Black with #AE649A
Text Example
Text Example
White with #AE649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE649A; }
p { color: rgb(174,100,154); }
H1.HeaderClassName
{
color: #AE649A;
}
.AnyTagClassName
{
color: #AE649A;
}
</style>
background-color css
<style>
a { background-color: #AE649A; }
a { background-color: rgb(174,100,154); }
div.DivClassName
{
background-color: #AE649A;
}
.BgClassName
{
background-color: #AE649A;
}
</style>
border-color css
<style>
span { border-color: #AE649A; }
span { border-color: rgb(174,100,154); }
td.TdClassName
{
border-color: #AE649A;
}
.TagClassName
{
border-color: #AE649A;
}
</style>