Shades of Violet Blue #AE74B4
Tints of Violet Blue #AE74B4
RGB
CMYK
RGB Variations
Color information
#AE74B4 (or 0xAE74B4) is known color: Violet Blue. HEX triplet: AE, 74 and B4. RGB value is (174,116,180). Sum of RGB (Red+Green+Blue) = 174+116+180=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE74B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74B4 is #518B4B. Grayscale: #8C8C8C. Windows color (decimal): -5344076 or 11826350. OLE color: 11826350.
HSL color Cylindrical-coordinate representation of color #AE74B4: hue angle of 294.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE74B4 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 116 | 180 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.29 |
| HSL | 294.38º | 0.3% | 0.58% | - |
| HSV(B) | 294.38º | 0.36% | 0.71% | - |
| XYZ | 31.94 | 24.78 | 46.28 | - |
| YUV | 140.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 180 | 0.03 | 0.36 | 0 | 0.29 | 294.38 | 0.3 | 0.58 |
| Hex | AE | 74 | B4 | 3 | 24 | 0 | 1D | 126 | 1E | 3A |
| Octal | 256 | 164 | 264 | 3 | 44 | 0 | 35 | 446 | 36 | 72 |
| Binary | 10101110 | 1110100 | 10110100 | 11 | 100100 | 0 | 11101 | 100100110 | 11110 | 111010 |
Color Harmonies of #AE74B4
Complementary color
Monochromatic Colors of #AE74B4
Black with #AE74B4
Text Example
Text Example
White with #AE74B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE74B4; }
p { color: rgb(174,116,180); }
H1.HeaderClassName
{
color: #AE74B4;
}
.AnyTagClassName
{
color: #AE74B4;
}
</style>
background-color css
<style>
a { background-color: #AE74B4; }
a { background-color: rgb(174,116,180); }
div.DivClassName
{
background-color: #AE74B4;
}
.BgClassName
{
background-color: #AE74B4;
}
</style>
border-color css
<style>
span { border-color: #AE74B4; }
span { border-color: rgb(174,116,180); }
td.TdClassName
{
border-color: #AE74B4;
}
.TagClassName
{
border-color: #AE74B4;
}
</style>