Shades of Violet Blue #AE6FAA
Tints of Violet Blue #AE6FAA
RGB
CMYK
RGB Variations
Color information
#AE6FAA (or 0xAE6FAA) is known color: Violet Blue. HEX triplet: AE, 6F and AA. RGB value is (174,111,170). Sum of RGB (Red+Green+Blue) = 174+111+170=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6FAA is #519055. Grayscale: #888888. Windows color (decimal): -5345366 or 11169710. OLE color: 11169710.
HSL color Cylindrical-coordinate representation of color #AE6FAA: hue angle of 303.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE6FAA is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 111 | 170 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.32 |
| HSL | 303.81º | 0.28% | 0.56% | - |
| HSV(B) | 303.81º | 0.36% | 0.68% | - |
| XYZ | 30.4 | 23.27 | 40.92 | - |
| YUV | 136.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 111 | 170 | 0 | 0.36 | 0.02 | 0.32 | 303.81 | 0.28 | 0.56 |
| Hex | AE | 6F | AA | 0 | 24 | 2 | 20 | 130 | 1C | 38 |
| Octal | 256 | 157 | 252 | 0 | 44 | 2 | 40 | 460 | 34 | 70 |
| Binary | 10101110 | 1101111 | 10101010 | 0 | 100100 | 10 | 100000 | 100110000 | 11100 | 111000 |
Color Harmonies of #AE6FAA
Complementary color
Monochromatic Colors of #AE6FAA
Black with #AE6FAA
Text Example
Text Example
White with #AE6FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6FAA; }
p { color: rgb(174,111,170); }
H1.HeaderClassName
{
color: #AE6FAA;
}
.AnyTagClassName
{
color: #AE6FAA;
}
</style>
background-color css
<style>
a { background-color: #AE6FAA; }
a { background-color: rgb(174,111,170); }
div.DivClassName
{
background-color: #AE6FAA;
}
.BgClassName
{
background-color: #AE6FAA;
}
</style>
border-color css
<style>
span { border-color: #AE6FAA; }
span { border-color: rgb(174,111,170); }
td.TdClassName
{
border-color: #AE6FAA;
}
.TagClassName
{
border-color: #AE6FAA;
}
</style>