Shades of Violet Blue #AE4BA3
Tints of Violet Blue #AE4BA3
RGB
CMYK
RGB Variations
Color information
#AE4BA3 (or 0xAE4BA3) is known color: Violet Blue. HEX triplet: AE, 4B and A3. RGB value is (174,75,163). Sum of RGB (Red+Green+Blue) = 174+75+163=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4BA3 is #51B45C. Grayscale: #727272. Windows color (decimal): -5354589 or 10701742. OLE color: 10701742.
HSL color Cylindrical-coordinate representation of color #AE4BA3: hue angle of 306.67º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4BA3 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 75 | 163 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.32 |
| HSL | 306.67º | 0.4% | 0.49% | - |
| HSV(B) | 306.67º | 0.57% | 0.68% | - |
| XYZ | 26.58 | 16.68 | 36.47 | - |
| YUV | 114.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 75 | 163 | 0 | 0.57 | 0.06 | 0.32 | 306.67 | 0.4 | 0.49 |
| Hex | AE | 4B | A3 | 0 | 39 | 6 | 20 | 133 | 28 | 31 |
| Octal | 256 | 113 | 243 | 0 | 71 | 6 | 40 | 463 | 50 | 61 |
| Binary | 10101110 | 1001011 | 10100011 | 0 | 111001 | 110 | 100000 | 100110011 | 101000 | 110001 |
Color Harmonies of #AE4BA3
Complementary color
Monochromatic Colors of #AE4BA3
Black with #AE4BA3
Text Example
Text Example
White with #AE4BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4BA3; }
p { color: rgb(174,75,163); }
H1.HeaderClassName
{
color: #AE4BA3;
}
.AnyTagClassName
{
color: #AE4BA3;
}
</style>
background-color css
<style>
a { background-color: #AE4BA3; }
a { background-color: rgb(174,75,163); }
div.DivClassName
{
background-color: #AE4BA3;
}
.BgClassName
{
background-color: #AE4BA3;
}
</style>
border-color css
<style>
span { border-color: #AE4BA3; }
span { border-color: rgb(174,75,163); }
td.TdClassName
{
border-color: #AE4BA3;
}
.TagClassName
{
border-color: #AE4BA3;
}
</style>