Shades of Violet Blue #AE619D
Tints of Violet Blue #AE619D
RGB
CMYK
RGB Variations
Color information
#AE619D (or 0xAE619D) is known color: Violet Blue. HEX triplet: AE, 61 and 9D. RGB value is (174,97,157). Sum of RGB (Red+Green+Blue) = 174+97+157=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE619D is #519E62. Grayscale: #7E7E7E. Windows color (decimal): -5348963 or 10314158. OLE color: 10314158.
HSL color Cylindrical-coordinate representation of color #AE619D: hue angle of 313.25º 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 #AE619D is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 97 | 157 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.32 |
| HSL | 313.25º | 0.32% | 0.53% | - |
| HSV(B) | 313.25º | 0.44% | 0.68% | - |
| XYZ | 27.82 | 19.98 | 34.29 | - |
| YUV | 126.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 97 | 157 | 0 | 0.44 | 0.10 | 0.32 | 313.25 | 0.32 | 0.53 |
| Hex | AE | 61 | 9D | 0 | 2C | A | 20 | 139 | 20 | 35 |
| Octal | 256 | 141 | 235 | 0 | 54 | 12 | 40 | 471 | 40 | 65 |
| Binary | 10101110 | 1100001 | 10011101 | 0 | 101100 | 1010 | 100000 | 100111001 | 100000 | 110101 |
Color Harmonies of #AE619D
Complementary color
Monochromatic Colors of #AE619D
Black with #AE619D
Text Example
Text Example
White with #AE619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE619D; }
p { color: rgb(174,97,157); }
H1.HeaderClassName
{
color: #AE619D;
}
.AnyTagClassName
{
color: #AE619D;
}
</style>
background-color css
<style>
a { background-color: #AE619D; }
a { background-color: rgb(174,97,157); }
div.DivClassName
{
background-color: #AE619D;
}
.BgClassName
{
background-color: #AE619D;
}
</style>
border-color css
<style>
span { border-color: #AE619D; }
span { border-color: rgb(174,97,157); }
td.TdClassName
{
border-color: #AE619D;
}
.TagClassName
{
border-color: #AE619D;
}
</style>