Shades of Lola #AF9DB1
Tints of Lola #AF9DB1
RGB
CMYK
RGB Variations
Color information
#AF9DB1 (or 0xAF9DB1) is known color: Lola. HEX triplet: AF, 9D and B1. RGB value is (175,157,177). Sum of RGB (Red+Green+Blue) = 175+157+177=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF9DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9DB1 is #50624E. Grayscale: #A4A4A4. Windows color (decimal): -5268047 or 11640239. OLE color: 11640239.
HSL color Cylindrical-coordinate representation of color #AF9DB1: hue angle of 294º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AF9DB1 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 177 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.31 |
| HSL | 294º | 0.11% | 0.65% | - |
| HSV(B) | 294º | 0.11% | 0.69% | - |
| XYZ | 37.67 | 36.4 | 46.64 | - |
| YUV | 164.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 177 | 0.01 | 0.11 | 0 | 0.31 | 294 | 0.11 | 0.65 |
| Hex | AF | 9D | B1 | 1 | B | 0 | 1F | 126 | B | 41 |
| Octal | 257 | 235 | 261 | 1 | 13 | 0 | 37 | 446 | 13 | 101 |
| Binary | 10101111 | 10011101 | 10110001 | 1 | 1011 | 0 | 11111 | 100100110 | 1011 | 1000001 |
Color Harmonies of #AF9DB1
Complementary color
Monochromatic Colors of #AF9DB1
Black with #AF9DB1
Text Example
Text Example
White with #AF9DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9DB1; }
p { color: rgb(175,157,177); }
H1.HeaderClassName
{
color: #AF9DB1;
}
.AnyTagClassName
{
color: #AF9DB1;
}
</style>
background-color css
<style>
a { background-color: #AF9DB1; }
a { background-color: rgb(175,157,177); }
div.DivClassName
{
background-color: #AF9DB1;
}
.BgClassName
{
background-color: #AF9DB1;
}
</style>
border-color css
<style>
span { border-color: #AF9DB1; }
span { border-color: rgb(175,157,177); }
td.TdClassName
{
border-color: #AF9DB1;
}
.TagClassName
{
border-color: #AF9DB1;
}
</style>