Shades of Violet Blue #AE43A8
Tints of Violet Blue #AE43A8
RGB
CMYK
RGB Variations
Color information
#AE43A8 (or 0xAE43A8) is known color: Violet Blue. HEX triplet: AE, 43 and A8. RGB value is (174,67,168). Sum of RGB (Red+Green+Blue) = 174+67+168=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE43A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE43A8 is #51BC57. Grayscale: #6E6E6E. Windows color (decimal): -5356632 or 11027374. OLE color: 11027374.
HSL color Cylindrical-coordinate representation of color #AE43A8: hue angle of 303.36º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE43A8 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 67 | 168 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.32 |
| HSL | 303.36º | 0.44% | 0.47% | - |
| HSV(B) | 303.36º | 0.61% | 0.68% | - |
| XYZ | 26.53 | 15.84 | 38.7 | - |
| YUV | 110.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 67 | 168 | 0 | 0.61 | 0.03 | 0.32 | 303.36 | 0.44 | 0.47 |
| Hex | AE | 43 | A8 | 0 | 3D | 3 | 20 | 12F | 2C | 2F |
| Octal | 256 | 103 | 250 | 0 | 75 | 3 | 40 | 457 | 54 | 57 |
| Binary | 10101110 | 1000011 | 10101000 | 0 | 111101 | 11 | 100000 | 100101111 | 101100 | 101111 |
Color Harmonies of #AE43A8
Complementary color
Monochromatic Colors of #AE43A8
Black with #AE43A8
Text Example
Text Example
White with #AE43A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE43A8; }
p { color: rgb(174,67,168); }
H1.HeaderClassName
{
color: #AE43A8;
}
.AnyTagClassName
{
color: #AE43A8;
}
</style>
background-color css
<style>
a { background-color: #AE43A8; }
a { background-color: rgb(174,67,168); }
div.DivClassName
{
background-color: #AE43A8;
}
.BgClassName
{
background-color: #AE43A8;
}
</style>
border-color css
<style>
span { border-color: #AE43A8; }
span { border-color: rgb(174,67,168); }
td.TdClassName
{
border-color: #AE43A8;
}
.TagClassName
{
border-color: #AE43A8;
}
</style>