Shades of Violet Blue #AE6BB0
Tints of Violet Blue #AE6BB0
RGB
CMYK
RGB Variations
Color information
#AE6BB0 (or 0xAE6BB0) is known color: Violet Blue. HEX triplet: AE, 6B and B0. RGB value is (174,107,176). Sum of RGB (Red+Green+Blue) = 174+107+176=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE6BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6BB0 is #51944F. Grayscale: #868686. Windows color (decimal): -5346384 or 11561902. OLE color: 11561902.
HSL color Cylindrical-coordinate representation of color #AE6BB0: hue angle of 298.26º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6BB0 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 107 | 176 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.31 |
| HSL | 298.26º | 0.3% | 0.55% | - |
| HSV(B) | 298.26º | 0.39% | 0.69% | - |
| XYZ | 30.55 | 22.65 | 43.84 | - |
| YUV | 134.9 | 151.2 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 107 | 176 | 0.01 | 0.39 | 0 | 0.31 | 298.26 | 0.3 | 0.55 |
| Hex | AE | 6B | B0 | 1 | 27 | 0 | 1F | 12A | 1E | 37 |
| Octal | 256 | 153 | 260 | 1 | 47 | 0 | 37 | 452 | 36 | 67 |
| Binary | 10101110 | 1101011 | 10110000 | 1 | 100111 | 0 | 11111 | 100101010 | 11110 | 110111 |
Color Harmonies of #AE6BB0
Complementary color
Monochromatic Colors of #AE6BB0
Black with #AE6BB0
Text Example
Text Example
White with #AE6BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6BB0; }
p { color: rgb(174,107,176); }
H1.HeaderClassName
{
color: #AE6BB0;
}
.AnyTagClassName
{
color: #AE6BB0;
}
</style>
background-color css
<style>
a { background-color: #AE6BB0; }
a { background-color: rgb(174,107,176); }
div.DivClassName
{
background-color: #AE6BB0;
}
.BgClassName
{
background-color: #AE6BB0;
}
</style>
border-color css
<style>
span { border-color: #AE6BB0; }
span { border-color: rgb(174,107,176); }
td.TdClassName
{
border-color: #AE6BB0;
}
.TagClassName
{
border-color: #AE6BB0;
}
</style>