Shades of Violet Blue #AE3BA3
Tints of Violet Blue #AE3BA3
RGB
CMYK
RGB Variations
Color information
#AE3BA3 (or 0xAE3BA3) is known color: Violet Blue. HEX triplet: AE, 3B and A3. RGB value is (174,59,163). Sum of RGB (Red+Green+Blue) = 174+59+163=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 163 (64.06% from 255 or 41.16% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3BA3 is #51C45C. Grayscale: #686868. Windows color (decimal): -5358685 or 10697646. OLE color: 10697646.
HSL color Cylindrical-coordinate representation of color #AE3BA3: hue angle of 305.74º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE3BA3 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 59 | 163 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.32 |
| HSL | 305.74º | 0.49% | 0.46% | - |
| HSV(B) | 305.74º | 0.66% | 0.68% | - |
| XYZ | 25.63 | 14.77 | 36.15 | - |
| YUV | 105.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 59 | 163 | 0 | 0.66 | 0.06 | 0.32 | 305.74 | 0.49 | 0.46 |
| Hex | AE | 3B | A3 | 0 | 42 | 6 | 20 | 132 | 31 | 2E |
| Octal | 256 | 73 | 243 | 0 | 102 | 6 | 40 | 462 | 61 | 56 |
| Binary | 10101110 | 111011 | 10100011 | 0 | 1000010 | 110 | 100000 | 100110010 | 110001 | 101110 |
Color Harmonies of #AE3BA3
Complementary color
Monochromatic Colors of #AE3BA3
Black with #AE3BA3
Text Example
Text Example
White with #AE3BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3BA3; }
p { color: rgb(174,59,163); }
H1.HeaderClassName
{
color: #AE3BA3;
}
.AnyTagClassName
{
color: #AE3BA3;
}
</style>
background-color css
<style>
a { background-color: #AE3BA3; }
a { background-color: rgb(174,59,163); }
div.DivClassName
{
background-color: #AE3BA3;
}
.BgClassName
{
background-color: #AE3BA3;
}
</style>
border-color css
<style>
span { border-color: #AE3BA3; }
span { border-color: rgb(174,59,163); }
td.TdClassName
{
border-color: #AE3BA3;
}
.TagClassName
{
border-color: #AE3BA3;
}
</style>