Shades of Violet Blue #AE6A9F
Tints of Violet Blue #AE6A9F
RGB
CMYK
RGB Variations
Color information
#AE6A9F (or 0xAE6A9F) is known color: Violet Blue. HEX triplet: AE, 6A and 9F. RGB value is (174,106,159). Sum of RGB (Red+Green+Blue) = 174+106+159=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6A9F is #519560. Grayscale: #848484. Windows color (decimal): -5346657 or 10447534. OLE color: 10447534.
HSL color Cylindrical-coordinate representation of color #AE6A9F: hue angle of 313.24º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6A9F is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 106 | 159 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.32 |
| HSL | 313.24º | 0.3% | 0.55% | - |
| HSV(B) | 313.24º | 0.39% | 0.68% | - |
| XYZ | 28.87 | 21.81 | 35.49 | - |
| YUV | 132.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 106 | 159 | 0 | 0.39 | 0.09 | 0.32 | 313.24 | 0.3 | 0.55 |
| Hex | AE | 6A | 9F | 0 | 27 | 9 | 20 | 139 | 1E | 37 |
| Octal | 256 | 152 | 237 | 0 | 47 | 11 | 40 | 471 | 36 | 67 |
| Binary | 10101110 | 1101010 | 10011111 | 0 | 100111 | 1001 | 100000 | 100111001 | 11110 | 110111 |
Color Harmonies of #AE6A9F
Complementary color
Monochromatic Colors of #AE6A9F
Black with #AE6A9F
Text Example
Text Example
White with #AE6A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6A9F; }
p { color: rgb(174,106,159); }
H1.HeaderClassName
{
color: #AE6A9F;
}
.AnyTagClassName
{
color: #AE6A9F;
}
</style>
background-color css
<style>
a { background-color: #AE6A9F; }
a { background-color: rgb(174,106,159); }
div.DivClassName
{
background-color: #AE6A9F;
}
.BgClassName
{
background-color: #AE6A9F;
}
</style>
border-color css
<style>
span { border-color: #AE6A9F; }
span { border-color: rgb(174,106,159); }
td.TdClassName
{
border-color: #AE6A9F;
}
.TagClassName
{
border-color: #AE6A9F;
}
</style>