Shades of Violet Blue #AE619F
Tints of Violet Blue #AE619F
RGB
CMYK
RGB Variations
Color information
#AE619F (or 0xAE619F) is known color: Violet Blue. HEX triplet: AE, 61 and 9F. RGB value is (174,97,159). Sum of RGB (Red+Green+Blue) = 174+97+159=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE619F is #519E60. Grayscale: #7E7E7E. Windows color (decimal): -5348961 or 10445230. OLE color: 10445230.
HSL color Cylindrical-coordinate representation of color #AE619F: hue angle of 311.69º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE619F is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 97 | 159 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.32 |
| HSL | 311.69º | 0.32% | 0.53% | - |
| HSV(B) | 311.69º | 0.44% | 0.68% | - |
| XYZ | 27.99 | 20.05 | 35.2 | - |
| YUV | 127.09 | 146.01 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 97 | 159 | 0 | 0.44 | 0.09 | 0.32 | 311.69 | 0.32 | 0.53 |
| Hex | AE | 61 | 9F | 0 | 2C | 9 | 20 | 138 | 20 | 35 |
| Octal | 256 | 141 | 237 | 0 | 54 | 11 | 40 | 470 | 40 | 65 |
| Binary | 10101110 | 1100001 | 10011111 | 0 | 101100 | 1001 | 100000 | 100111000 | 100000 | 110101 |
Color Harmonies of #AE619F
Complementary color
Monochromatic Colors of #AE619F
Black with #AE619F
Text Example
Text Example
White with #AE619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE619F; }
p { color: rgb(174,97,159); }
H1.HeaderClassName
{
color: #AE619F;
}
.AnyTagClassName
{
color: #AE619F;
}
</style>
background-color css
<style>
a { background-color: #AE619F; }
a { background-color: rgb(174,97,159); }
div.DivClassName
{
background-color: #AE619F;
}
.BgClassName
{
background-color: #AE619F;
}
</style>
border-color css
<style>
span { border-color: #AE619F; }
span { border-color: rgb(174,97,159); }
td.TdClassName
{
border-color: #AE619F;
}
.TagClassName
{
border-color: #AE619F;
}
</style>