Shades of Violet Blue #AE42A3
Tints of Violet Blue #AE42A3
RGB
CMYK
RGB Variations
Color information
#AE42A3 (or 0xAE42A3) is known color: Violet Blue. HEX triplet: AE, 42 and A3. RGB value is (174,66,163). Sum of RGB (Red+Green+Blue) = 174+66+163=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE42A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE42A3 is #51BD5C. Grayscale: #6D6D6D. Windows color (decimal): -5356893 or 10699438. OLE color: 10699438.
HSL color Cylindrical-coordinate representation of color #AE42A3: hue angle of 306.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE42A3 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 66 | 163 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.32 |
| HSL | 306.11º | 0.45% | 0.47% | - |
| HSV(B) | 306.11º | 0.62% | 0.68% | - |
| XYZ | 26.01 | 15.54 | 36.28 | - |
| YUV | 109.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 163 | 0 | 0.62 | 0.06 | 0.32 | 306.11 | 0.45 | 0.47 |
| Hex | AE | 42 | A3 | 0 | 3E | 6 | 20 | 132 | 2D | 2F |
| Octal | 256 | 102 | 243 | 0 | 76 | 6 | 40 | 462 | 55 | 57 |
| Binary | 10101110 | 1000010 | 10100011 | 0 | 111110 | 110 | 100000 | 100110010 | 101101 | 101111 |
Color Harmonies of #AE42A3
Complementary color
Monochromatic Colors of #AE42A3
Black with #AE42A3
Text Example
Text Example
White with #AE42A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE42A3; }
p { color: rgb(174,66,163); }
H1.HeaderClassName
{
color: #AE42A3;
}
.AnyTagClassName
{
color: #AE42A3;
}
</style>
background-color css
<style>
a { background-color: #AE42A3; }
a { background-color: rgb(174,66,163); }
div.DivClassName
{
background-color: #AE42A3;
}
.BgClassName
{
background-color: #AE42A3;
}
</style>
border-color css
<style>
span { border-color: #AE42A3; }
span { border-color: rgb(174,66,163); }
td.TdClassName
{
border-color: #AE42A3;
}
.TagClassName
{
border-color: #AE42A3;
}
</style>