Shades of London Hue #AF7BAF
Tints of London Hue #AF7BAF
RGB
CMYK
RGB Variations
Color information
#AF7BAF (or 0xAF7BAF) is known color: London Hue. HEX triplet: AF, 7B and AF. RGB value is (175,123,175). Sum of RGB (Red+Green+Blue) = 175+123+175=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF7BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7BAF is #508450. Grayscale: #909090. Windows color (decimal): -5276753 or 11500463. OLE color: 11500463.
HSL color Cylindrical-coordinate representation of color #AF7BAF: hue angle of 300º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7BAF is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 175 | - |
| CMYK | 0 | 0.30 | 0 | 0.31 |
| HSL | 300º | 0.25% | 0.58% | - |
| HSV(B) | 300º | 0.3% | 0.69% | - |
| XYZ | 32.5 | 26.38 | 43.94 | - |
| YUV | 144.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 175 | 0 | 0.30 | 0 | 0.31 | 300 | 0.25 | 0.58 |
| Hex | AF | 7B | AF | 0 | 1E | 0 | 1F | 12C | 19 | 3A |
| Octal | 257 | 173 | 257 | 0 | 36 | 0 | 37 | 454 | 31 | 72 |
| Binary | 10101111 | 1111011 | 10101111 | 0 | 11110 | 0 | 11111 | 100101100 | 11001 | 111010 |
Color Harmonies of #AF7BAF
Complementary color
Monochromatic Colors of #AF7BAF
Black with #AF7BAF
Text Example
Text Example
White with #AF7BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7BAF; }
p { color: rgb(175,123,175); }
H1.HeaderClassName
{
color: #AF7BAF;
}
.AnyTagClassName
{
color: #AF7BAF;
}
</style>
background-color css
<style>
a { background-color: #AF7BAF; }
a { background-color: rgb(175,123,175); }
div.DivClassName
{
background-color: #AF7BAF;
}
.BgClassName
{
background-color: #AF7BAF;
}
</style>
border-color css
<style>
span { border-color: #AF7BAF; }
span { border-color: rgb(175,123,175); }
td.TdClassName
{
border-color: #AF7BAF;
}
.TagClassName
{
border-color: #AF7BAF;
}
</style>