Shades of Violet Blue #AE569D
Tints of Violet Blue #AE569D
RGB
CMYK
RGB Variations
Color information
#AE569D (or 0xAE569D) is known color: Violet Blue. HEX triplet: AE, 56 and 9D. RGB value is (174,86,157). Sum of RGB (Red+Green+Blue) = 174+86+157=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE569D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE569D is #51A962. Grayscale: #787878. Windows color (decimal): -5351779 or 10311342. OLE color: 10311342.
HSL color Cylindrical-coordinate representation of color #AE569D: hue angle of 311.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE569D is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 157 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.32 |
| HSL | 311.59º | 0.35% | 0.51% | - |
| HSV(B) | 311.59º | 0.51% | 0.68% | - |
| XYZ | 26.87 | 18.09 | 33.97 | - |
| YUV | 120.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 157 | 0 | 0.51 | 0.10 | 0.32 | 311.59 | 0.35 | 0.51 |
| Hex | AE | 56 | 9D | 0 | 33 | A | 20 | 138 | 23 | 33 |
| Octal | 256 | 126 | 235 | 0 | 63 | 12 | 40 | 470 | 43 | 63 |
| Binary | 10101110 | 1010110 | 10011101 | 0 | 110011 | 1010 | 100000 | 100111000 | 100011 | 110011 |
Color Harmonies of #AE569D
Complementary color
Monochromatic Colors of #AE569D
Black with #AE569D
Text Example
Text Example
White with #AE569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE569D; }
p { color: rgb(174,86,157); }
H1.HeaderClassName
{
color: #AE569D;
}
.AnyTagClassName
{
color: #AE569D;
}
</style>
background-color css
<style>
a { background-color: #AE569D; }
a { background-color: rgb(174,86,157); }
div.DivClassName
{
background-color: #AE569D;
}
.BgClassName
{
background-color: #AE569D;
}
</style>
border-color css
<style>
span { border-color: #AE569D; }
span { border-color: rgb(174,86,157); }
td.TdClassName
{
border-color: #AE569D;
}
.TagClassName
{
border-color: #AE569D;
}
</style>