Shades of Violet Blue #AE60B3
Tints of Violet Blue #AE60B3
RGB
CMYK
RGB Variations
Color information
#AE60B3 (or 0xAE60B3) is known color: Violet Blue. HEX triplet: AE, 60 and B3. RGB value is (174,96,179). Sum of RGB (Red+Green+Blue) = 174+96+179=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE60B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60B3 is #519F4C. Grayscale: #808080. Windows color (decimal): -5349197 or 11755694. OLE color: 11755694.
HSL color Cylindrical-coordinate representation of color #AE60B3: hue angle of 296.39º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE60B3 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 174 | 96 | 179 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.30 |
| HSL | 296.39º | 0.35% | 0.54% | - |
| HSV(B) | 296.39º | 0.46% | 0.7% | - |
| XYZ | 29.78 | 20.62 | 45.06 | - |
| YUV | 128.78 | 156.34 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 179 | 0.03 | 0.46 | 0 | 0.30 | 296.39 | 0.35 | 0.54 |
| Hex | AE | 60 | B3 | 3 | 2E | 0 | 1E | 128 | 23 | 36 |
| Octal | 256 | 140 | 263 | 3 | 56 | 0 | 36 | 450 | 43 | 66 |
| Binary | 10101110 | 1100000 | 10110011 | 11 | 101110 | 0 | 11110 | 100101000 | 100011 | 110110 |
Color Harmonies of #AE60B3
Complementary color
Monochromatic Colors of #AE60B3
Black with #AE60B3
Text Example
Text Example
White with #AE60B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE60B3; }
p { color: rgb(174,96,179); }
H1.HeaderClassName
{
color: #AE60B3;
}
.AnyTagClassName
{
color: #AE60B3;
}
</style>
background-color css
<style>
a { background-color: #AE60B3; }
a { background-color: rgb(174,96,179); }
div.DivClassName
{
background-color: #AE60B3;
}
.BgClassName
{
background-color: #AE60B3;
}
</style>
border-color css
<style>
span { border-color: #AE60B3; }
span { border-color: rgb(174,96,179); }
td.TdClassName
{
border-color: #AE60B3;
}
.TagClassName
{
border-color: #AE60B3;
}
</style>