Shades of Violet Blue #AE72B4
Tints of Violet Blue #AE72B4
RGB
CMYK
RGB Variations
Color information
#AE72B4 (or 0xAE72B4) is known color: Violet Blue. HEX triplet: AE, 72 and B4. RGB value is (174,114,180). Sum of RGB (Red+Green+Blue) = 174+114+180=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE72B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE72B4 is #518D4B. Grayscale: #8B8B8B. Windows color (decimal): -5344588 or 11825838. OLE color: 11825838.
HSL color Cylindrical-coordinate representation of color #AE72B4: hue angle of 294.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE72B4 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 114 | 180 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.29 |
| HSL | 294.55º | 0.31% | 0.58% | - |
| HSV(B) | 294.55º | 0.37% | 0.71% | - |
| XYZ | 31.71 | 24.33 | 46.2 | - |
| YUV | 139.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 180 | 0.03 | 0.37 | 0 | 0.29 | 294.55 | 0.31 | 0.58 |
| Hex | AE | 72 | B4 | 3 | 25 | 0 | 1D | 127 | 1F | 3A |
| Octal | 256 | 162 | 264 | 3 | 45 | 0 | 35 | 447 | 37 | 72 |
| Binary | 10101110 | 1110010 | 10110100 | 11 | 100101 | 0 | 11101 | 100100111 | 11111 | 111010 |
Color Harmonies of #AE72B4
Complementary color
Monochromatic Colors of #AE72B4
Black with #AE72B4
Text Example
Text Example
White with #AE72B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE72B4; }
p { color: rgb(174,114,180); }
H1.HeaderClassName
{
color: #AE72B4;
}
.AnyTagClassName
{
color: #AE72B4;
}
</style>
background-color css
<style>
a { background-color: #AE72B4; }
a { background-color: rgb(174,114,180); }
div.DivClassName
{
background-color: #AE72B4;
}
.BgClassName
{
background-color: #AE72B4;
}
</style>
border-color css
<style>
span { border-color: #AE72B4; }
span { border-color: rgb(174,114,180); }
td.TdClassName
{
border-color: #AE72B4;
}
.TagClassName
{
border-color: #AE72B4;
}
</style>