Shades of Violet Blue #AE69A1
Tints of Violet Blue #AE69A1
RGB
CMYK
RGB Variations
Color information
#AE69A1 (or 0xAE69A1) is known color: Violet Blue. HEX triplet: AE, 69 and A1. RGB value is (174,105,161). Sum of RGB (Red+Green+Blue) = 174+105+161=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE69A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE69A1 is #51965E. Grayscale: #838383. Windows color (decimal): -5346911 or 10578350. OLE color: 10578350.
HSL color Cylindrical-coordinate representation of color #AE69A1: hue angle of 311.3º 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 #AE69A1 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 105 | 161 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.32 |
| HSL | 311.3º | 0.3% | 0.55% | - |
| HSV(B) | 311.3º | 0.4% | 0.68% | - |
| XYZ | 28.94 | 21.68 | 36.38 | - |
| YUV | 132.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 105 | 161 | 0 | 0.40 | 0.07 | 0.32 | 311.3 | 0.3 | 0.55 |
| Hex | AE | 69 | A1 | 0 | 28 | 7 | 20 | 137 | 1E | 37 |
| Octal | 256 | 151 | 241 | 0 | 50 | 7 | 40 | 467 | 36 | 67 |
| Binary | 10101110 | 1101001 | 10100001 | 0 | 101000 | 111 | 100000 | 100110111 | 11110 | 110111 |
Color Harmonies of #AE69A1
Complementary color
Monochromatic Colors of #AE69A1
Black with #AE69A1
Text Example
Text Example
White with #AE69A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE69A1; }
p { color: rgb(174,105,161); }
H1.HeaderClassName
{
color: #AE69A1;
}
.AnyTagClassName
{
color: #AE69A1;
}
</style>
background-color css
<style>
a { background-color: #AE69A1; }
a { background-color: rgb(174,105,161); }
div.DivClassName
{
background-color: #AE69A1;
}
.BgClassName
{
background-color: #AE69A1;
}
</style>
border-color css
<style>
span { border-color: #AE69A1; }
span { border-color: rgb(174,105,161); }
td.TdClassName
{
border-color: #AE69A1;
}
.TagClassName
{
border-color: #AE69A1;
}
</style>