Shades of Violet Blue #AE6AAD
Tints of Violet Blue #AE6AAD
RGB
CMYK
RGB Variations
Color information
#AE6AAD (or 0xAE6AAD) is known color: Violet Blue. HEX triplet: AE, 6A and AD. RGB value is (174,106,173). Sum of RGB (Red+Green+Blue) = 174+106+173=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6AAD is #519552. Grayscale: #858585. Windows color (decimal): -5346643 or 11365038. OLE color: 11365038.
HSL color Cylindrical-coordinate representation of color #AE6AAD: hue angle of 300.88º 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 #AE6AAD is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 106 | 173 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.32 |
| HSL | 300.88º | 0.3% | 0.55% | - |
| HSV(B) | 300.88º | 0.39% | 0.68% | - |
| XYZ | 30.15 | 22.32 | 42.25 | - |
| YUV | 133.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 106 | 173 | 0 | 0.39 | 0.01 | 0.32 | 300.88 | 0.3 | 0.55 |
| Hex | AE | 6A | AD | 0 | 27 | 1 | 20 | 12D | 1E | 37 |
| Octal | 256 | 152 | 255 | 0 | 47 | 1 | 40 | 455 | 36 | 67 |
| Binary | 10101110 | 1101010 | 10101101 | 0 | 100111 | 1 | 100000 | 100101101 | 11110 | 110111 |
Color Harmonies of #AE6AAD
Complementary color
Monochromatic Colors of #AE6AAD
Black with #AE6AAD
Text Example
Text Example
White with #AE6AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6AAD; }
p { color: rgb(174,106,173); }
H1.HeaderClassName
{
color: #AE6AAD;
}
.AnyTagClassName
{
color: #AE6AAD;
}
</style>
background-color css
<style>
a { background-color: #AE6AAD; }
a { background-color: rgb(174,106,173); }
div.DivClassName
{
background-color: #AE6AAD;
}
.BgClassName
{
background-color: #AE6AAD;
}
</style>
border-color css
<style>
span { border-color: #AE6AAD; }
span { border-color: rgb(174,106,173); }
td.TdClassName
{
border-color: #AE6AAD;
}
.TagClassName
{
border-color: #AE6AAD;
}
</style>