Shades of Violet Blue #AE70B4
Tints of Violet Blue #AE70B4
RGB
CMYK
RGB Variations
Color information
#AE70B4 (or 0xAE70B4) is known color: Violet Blue. HEX triplet: AE, 70 and B4. RGB value is (174,112,180). Sum of RGB (Red+Green+Blue) = 174+112+180=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE70B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70B4 is #518F4B. Grayscale: #8A8A8A. Windows color (decimal): -5345100 or 11825326. OLE color: 11825326.
HSL color Cylindrical-coordinate representation of color #AE70B4: hue angle of 294.71º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE70B4 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 112 | 180 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.29 |
| HSL | 294.71º | 0.31% | 0.57% | - |
| HSV(B) | 294.71º | 0.38% | 0.71% | - |
| XYZ | 31.49 | 23.88 | 46.13 | - |
| YUV | 138.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 112 | 180 | 0.03 | 0.38 | 0 | 0.29 | 294.71 | 0.31 | 0.57 |
| Hex | AE | 70 | B4 | 3 | 26 | 0 | 1D | 127 | 1F | 39 |
| Octal | 256 | 160 | 264 | 3 | 46 | 0 | 35 | 447 | 37 | 71 |
| Binary | 10101110 | 1110000 | 10110100 | 11 | 100110 | 0 | 11101 | 100100111 | 11111 | 111001 |
Color Harmonies of #AE70B4
Complementary color
Monochromatic Colors of #AE70B4
Black with #AE70B4
Text Example
Text Example
White with #AE70B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE70B4; }
p { color: rgb(174,112,180); }
H1.HeaderClassName
{
color: #AE70B4;
}
.AnyTagClassName
{
color: #AE70B4;
}
</style>
background-color css
<style>
a { background-color: #AE70B4; }
a { background-color: rgb(174,112,180); }
div.DivClassName
{
background-color: #AE70B4;
}
.BgClassName
{
background-color: #AE70B4;
}
</style>
border-color css
<style>
span { border-color: #AE70B4; }
span { border-color: rgb(174,112,180); }
td.TdClassName
{
border-color: #AE70B4;
}
.TagClassName
{
border-color: #AE70B4;
}
</style>