Shades of London Hue #AE82B3
Tints of London Hue #AE82B3
RGB
CMYK
RGB Variations
Color information
#AE82B3 (or 0xAE82B3) is known color: London Hue. HEX triplet: AE, 82 and B3. RGB value is (174,130,179). Sum of RGB (Red+Green+Blue) = 174+130+179=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE82B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE82B3 is #517D4C. Grayscale: #949494. Windows color (decimal): -5340493 or 11764398. OLE color: 11764398.
HSL color Cylindrical-coordinate representation of color #AE82B3: hue angle of 293.88º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE82B3 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 174 | 130 | 179 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.30 |
| HSL | 293.88º | 0.24% | 0.61% | - |
| HSV(B) | 293.88º | 0.27% | 0.7% | - |
| XYZ | 33.57 | 28.22 | 46.32 | - |
| YUV | 148.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 179 | 0.03 | 0.27 | 0 | 0.30 | 293.88 | 0.24 | 0.61 |
| Hex | AE | 82 | B3 | 3 | 1B | 0 | 1E | 126 | 18 | 3D |
| Octal | 256 | 202 | 263 | 3 | 33 | 0 | 36 | 446 | 30 | 75 |
| Binary | 10101110 | 10000010 | 10110011 | 11 | 11011 | 0 | 11110 | 100100110 | 11000 | 111101 |
Color Harmonies of #AE82B3
Complementary color
Monochromatic Colors of #AE82B3
Black with #AE82B3
Text Example
Text Example
White with #AE82B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE82B3; }
p { color: rgb(174,130,179); }
H1.HeaderClassName
{
color: #AE82B3;
}
.AnyTagClassName
{
color: #AE82B3;
}
</style>
background-color css
<style>
a { background-color: #AE82B3; }
a { background-color: rgb(174,130,179); }
div.DivClassName
{
background-color: #AE82B3;
}
.BgClassName
{
background-color: #AE82B3;
}
</style>
border-color css
<style>
span { border-color: #AE82B3; }
span { border-color: rgb(174,130,179); }
td.TdClassName
{
border-color: #AE82B3;
}
.TagClassName
{
border-color: #AE82B3;
}
</style>