Shades of Violet Blue #AE39A7
Tints of Violet Blue #AE39A7
RGB
CMYK
RGB Variations
Color information
#AE39A7 (or 0xAE39A7) is known color: Violet Blue. HEX triplet: AE, 39 and A7. RGB value is (174,57,167). Sum of RGB (Red+Green+Blue) = 174+57+167=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE39A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE39A7 is #51C658. Grayscale: #686868. Windows color (decimal): -5359193 or 10959278. OLE color: 10959278.
HSL color Cylindrical-coordinate representation of color #AE39A7: hue angle of 303.59º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE39A7 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 57 | 167 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.32 |
| HSL | 303.59º | 0.51% | 0.45% | - |
| HSV(B) | 303.59º | 0.67% | 0.68% | - |
| XYZ | 25.89 | 14.71 | 38.03 | - |
| YUV | 104.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 57 | 167 | 0 | 0.67 | 0.04 | 0.32 | 303.59 | 0.51 | 0.45 |
| Hex | AE | 39 | A7 | 0 | 43 | 4 | 20 | 130 | 33 | 2D |
| Octal | 256 | 71 | 247 | 0 | 103 | 4 | 40 | 460 | 63 | 55 |
| Binary | 10101110 | 111001 | 10100111 | 0 | 1000011 | 100 | 100000 | 100110000 | 110011 | 101101 |
Color Harmonies of #AE39A7
Complementary color
Monochromatic Colors of #AE39A7
Black with #AE39A7
Text Example
Text Example
White with #AE39A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE39A7; }
p { color: rgb(174,57,167); }
H1.HeaderClassName
{
color: #AE39A7;
}
.AnyTagClassName
{
color: #AE39A7;
}
</style>
background-color css
<style>
a { background-color: #AE39A7; }
a { background-color: rgb(174,57,167); }
div.DivClassName
{
background-color: #AE39A7;
}
.BgClassName
{
background-color: #AE39A7;
}
</style>
border-color css
<style>
span { border-color: #AE39A7; }
span { border-color: rgb(174,57,167); }
td.TdClassName
{
border-color: #AE39A7;
}
.TagClassName
{
border-color: #AE39A7;
}
</style>