Shades of Violet Blue #AE6AAA
Tints of Violet Blue #AE6AAA
RGB
CMYK
RGB Variations
Color information
#AE6AAA (or 0xAE6AAA) is known color: Violet Blue. HEX triplet: AE, 6A and AA. RGB value is (174,106,170). Sum of RGB (Red+Green+Blue) = 174+106+170=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6AAA is #519555. Grayscale: #858585. Windows color (decimal): -5346646 or 11168430. OLE color: 11168430.
HSL color Cylindrical-coordinate representation of color #AE6AAA: hue angle of 303.53º 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 #AE6AAA is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 106 | 170 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.32 |
| HSL | 303.53º | 0.3% | 0.55% | - |
| HSV(B) | 303.53º | 0.39% | 0.68% | - |
| XYZ | 29.87 | 22.21 | 40.74 | - |
| YUV | 133.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 106 | 170 | 0 | 0.39 | 0.02 | 0.32 | 303.53 | 0.3 | 0.55 |
| Hex | AE | 6A | AA | 0 | 27 | 2 | 20 | 130 | 1E | 37 |
| Octal | 256 | 152 | 252 | 0 | 47 | 2 | 40 | 460 | 36 | 67 |
| Binary | 10101110 | 1101010 | 10101010 | 0 | 100111 | 10 | 100000 | 100110000 | 11110 | 110111 |
Color Harmonies of #AE6AAA
Complementary color
Monochromatic Colors of #AE6AAA
Black with #AE6AAA
Text Example
Text Example
White with #AE6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6AAA; }
p { color: rgb(174,106,170); }
H1.HeaderClassName
{
color: #AE6AAA;
}
.AnyTagClassName
{
color: #AE6AAA;
}
</style>
background-color css
<style>
a { background-color: #AE6AAA; }
a { background-color: rgb(174,106,170); }
div.DivClassName
{
background-color: #AE6AAA;
}
.BgClassName
{
background-color: #AE6AAA;
}
</style>
border-color css
<style>
span { border-color: #AE6AAA; }
span { border-color: rgb(174,106,170); }
td.TdClassName
{
border-color: #AE6AAA;
}
.TagClassName
{
border-color: #AE6AAA;
}
</style>