Shades of London Hue #AF82B1
Tints of London Hue #AF82B1
RGB
CMYK
RGB Variations
Color information
#AF82B1 (or 0xAF82B1) is known color: London Hue. HEX triplet: AF, 82 and B1. RGB value is (175,130,177). Sum of RGB (Red+Green+Blue) = 175+130+177=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF82B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF82B1 is #507D4E. Grayscale: #949494. Windows color (decimal): -5274959 or 11633327. OLE color: 11633327.
HSL color Cylindrical-coordinate representation of color #AF82B1: hue angle of 297.45º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF82B1 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 177 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.31 |
| HSL | 297.45º | 0.23% | 0.6% | - |
| HSV(B) | 297.45º | 0.27% | 0.69% | - |
| XYZ | 33.6 | 28.25 | 45.28 | - |
| YUV | 148.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 177 | 0.01 | 0.27 | 0 | 0.31 | 297.45 | 0.23 | 0.6 |
| Hex | AF | 82 | B1 | 1 | 1B | 0 | 1F | 129 | 17 | 3C |
| Octal | 257 | 202 | 261 | 1 | 33 | 0 | 37 | 451 | 27 | 74 |
| Binary | 10101111 | 10000010 | 10110001 | 1 | 11011 | 0 | 11111 | 100101001 | 10111 | 111100 |
Color Harmonies of #AF82B1
Complementary color
Monochromatic Colors of #AF82B1
Black with #AF82B1
Text Example
Text Example
White with #AF82B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF82B1; }
p { color: rgb(175,130,177); }
H1.HeaderClassName
{
color: #AF82B1;
}
.AnyTagClassName
{
color: #AF82B1;
}
</style>
background-color css
<style>
a { background-color: #AF82B1; }
a { background-color: rgb(175,130,177); }
div.DivClassName
{
background-color: #AF82B1;
}
.BgClassName
{
background-color: #AF82B1;
}
</style>
border-color css
<style>
span { border-color: #AF82B1; }
span { border-color: rgb(175,130,177); }
td.TdClassName
{
border-color: #AF82B1;
}
.TagClassName
{
border-color: #AF82B1;
}
</style>