Shades of Violet Blue #AE69A3
Tints of Violet Blue #AE69A3
RGB
CMYK
RGB Variations
Color information
#AE69A3 (or 0xAE69A3) is known color: Violet Blue. HEX triplet: AE, 69 and A3. RGB value is (174,105,163). Sum of RGB (Red+Green+Blue) = 174+105+163=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE69A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE69A3 is #51965C. Grayscale: #848484. Windows color (decimal): -5346909 or 10709422. OLE color: 10709422.
HSL color Cylindrical-coordinate representation of color #AE69A3: hue angle of 309.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE69A3 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 105 | 163 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.32 |
| HSL | 309.57º | 0.3% | 0.55% | - |
| HSV(B) | 309.57º | 0.4% | 0.68% | - |
| XYZ | 29.12 | 21.75 | 37.31 | - |
| YUV | 132.24 | 145.36 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 105 | 163 | 0 | 0.40 | 0.06 | 0.32 | 309.57 | 0.3 | 0.55 |
| Hex | AE | 69 | A3 | 0 | 28 | 6 | 20 | 136 | 1E | 37 |
| Octal | 256 | 151 | 243 | 0 | 50 | 6 | 40 | 466 | 36 | 67 |
| Binary | 10101110 | 1101001 | 10100011 | 0 | 101000 | 110 | 100000 | 100110110 | 11110 | 110111 |
Color Harmonies of #AE69A3
Complementary color
Monochromatic Colors of #AE69A3
Black with #AE69A3
Text Example
Text Example
White with #AE69A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE69A3; }
p { color: rgb(174,105,163); }
H1.HeaderClassName
{
color: #AE69A3;
}
.AnyTagClassName
{
color: #AE69A3;
}
</style>
background-color css
<style>
a { background-color: #AE69A3; }
a { background-color: rgb(174,105,163); }
div.DivClassName
{
background-color: #AE69A3;
}
.BgClassName
{
background-color: #AE69A3;
}
</style>
border-color css
<style>
span { border-color: #AE69A3; }
span { border-color: rgb(174,105,163); }
td.TdClassName
{
border-color: #AE69A3;
}
.TagClassName
{
border-color: #AE69A3;
}
</style>