Shades of Violet Blue #AE639B
Tints of Violet Blue #AE639B
RGB
CMYK
RGB Variations
Color information
#AE639B (or 0xAE639B) is known color: Violet Blue. HEX triplet: AE, 63 and 9B. RGB value is (174,99,155). Sum of RGB (Red+Green+Blue) = 174+99+155=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE639B is #519C64. Grayscale: #7F7F7F. Windows color (decimal): -5348453 or 10183598. OLE color: 10183598.
HSL color Cylindrical-coordinate representation of color #AE639B: hue angle of 315.2º degrees, saturation: 0.32, 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 #AE639B is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 155 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.32 |
| HSL | 315.2º | 0.32% | 0.54% | - |
| HSV(B) | 315.2º | 0.43% | 0.68% | - |
| XYZ | 27.83 | 20.29 | 33.46 | - |
| YUV | 127.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 155 | 0 | 0.43 | 0.11 | 0.32 | 315.2 | 0.32 | 0.54 |
| Hex | AE | 63 | 9B | 0 | 2B | B | 20 | 13B | 20 | 36 |
| Octal | 256 | 143 | 233 | 0 | 53 | 13 | 40 | 473 | 40 | 66 |
| Binary | 10101110 | 1100011 | 10011011 | 0 | 101011 | 1011 | 100000 | 100111011 | 100000 | 110110 |
Color Harmonies of #AE639B
Complementary color
Monochromatic Colors of #AE639B
Black with #AE639B
Text Example
Text Example
White with #AE639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE639B; }
p { color: rgb(174,99,155); }
H1.HeaderClassName
{
color: #AE639B;
}
.AnyTagClassName
{
color: #AE639B;
}
</style>
background-color css
<style>
a { background-color: #AE639B; }
a { background-color: rgb(174,99,155); }
div.DivClassName
{
background-color: #AE639B;
}
.BgClassName
{
background-color: #AE639B;
}
</style>
border-color css
<style>
span { border-color: #AE639B; }
span { border-color: rgb(174,99,155); }
td.TdClassName
{
border-color: #AE639B;
}
.TagClassName
{
border-color: #AE639B;
}
</style>