Shades of Violet Blue #AE4CAB
Tints of Violet Blue #AE4CAB
RGB
CMYK
RGB Variations
Color information
#AE4CAB (or 0xAE4CAB) is known color: Violet Blue. HEX triplet: AE, 4C and AB. RGB value is (174,76,171). Sum of RGB (Red+Green+Blue) = 174+76+171=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4CAB is #51B354. Grayscale: #737373. Windows color (decimal): -5354325 or 11226286. OLE color: 11226286.
HSL color Cylindrical-coordinate representation of color #AE4CAB: hue angle of 301.84º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE4CAB is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 76 | 171 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.32 |
| HSL | 301.84º | 0.39% | 0.49% | - |
| HSV(B) | 301.84º | 0.56% | 0.68% | - |
| XYZ | 27.39 | 17.11 | 40.39 | - |
| YUV | 116.13 | 158.97 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 76 | 171 | 0 | 0.56 | 0.02 | 0.32 | 301.84 | 0.39 | 0.49 |
| Hex | AE | 4C | AB | 0 | 38 | 2 | 20 | 12E | 27 | 31 |
| Octal | 256 | 114 | 253 | 0 | 70 | 2 | 40 | 456 | 47 | 61 |
| Binary | 10101110 | 1001100 | 10101011 | 0 | 111000 | 10 | 100000 | 100101110 | 100111 | 110001 |
Color Harmonies of #AE4CAB
Complementary color
Monochromatic Colors of #AE4CAB
Black with #AE4CAB
Text Example
Text Example
White with #AE4CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4CAB; }
p { color: rgb(174,76,171); }
H1.HeaderClassName
{
color: #AE4CAB;
}
.AnyTagClassName
{
color: #AE4CAB;
}
</style>
background-color css
<style>
a { background-color: #AE4CAB; }
a { background-color: rgb(174,76,171); }
div.DivClassName
{
background-color: #AE4CAB;
}
.BgClassName
{
background-color: #AE4CAB;
}
</style>
border-color css
<style>
span { border-color: #AE4CAB; }
span { border-color: rgb(174,76,171); }
td.TdClassName
{
border-color: #AE4CAB;
}
.TagClassName
{
border-color: #AE4CAB;
}
</style>