Shades of East Side #AF99B9
Tints of East Side #AF99B9
RGB
CMYK
RGB Variations
Color information
#AF99B9 (or 0xAF99B9) is known color: East Side. HEX triplet: AF, 99 and B9. RGB value is (175,153,185). Sum of RGB (Red+Green+Blue) = 175+153+185=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF99B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99B9 is #506646. Grayscale: #A3A3A3. Windows color (decimal): -5269063 or 12163503. OLE color: 12163503.
HSL color Cylindrical-coordinate representation of color #AF99B9: hue angle of 281.25º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF99B9 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 153 | 185 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.27 |
| HSL | 281.25º | 0.19% | 0.66% | - |
| HSV(B) | 281.25º | 0.17% | 0.73% | - |
| XYZ | 37.83 | 35.4 | 50.74 | - |
| YUV | 163.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 185 | 0.05 | 0.17 | 0 | 0.27 | 281.25 | 0.19 | 0.66 |
| Hex | AF | 99 | B9 | 5 | 11 | 0 | 1B | 119 | 13 | 42 |
| Octal | 257 | 231 | 271 | 5 | 21 | 0 | 33 | 431 | 23 | 102 |
| Binary | 10101111 | 10011001 | 10111001 | 101 | 10001 | 0 | 11011 | 100011001 | 10011 | 1000010 |
Color Harmonies of #AF99B9
Complementary color
Monochromatic Colors of #AF99B9
Black with #AF99B9
Text Example
Text Example
White with #AF99B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99B9; }
p { color: rgb(175,153,185); }
H1.HeaderClassName
{
color: #AF99B9;
}
.AnyTagClassName
{
color: #AF99B9;
}
</style>
background-color css
<style>
a { background-color: #AF99B9; }
a { background-color: rgb(175,153,185); }
div.DivClassName
{
background-color: #AF99B9;
}
.BgClassName
{
background-color: #AF99B9;
}
</style>
border-color css
<style>
span { border-color: #AF99B9; }
span { border-color: rgb(175,153,185); }
td.TdClassName
{
border-color: #AF99B9;
}
.TagClassName
{
border-color: #AF99B9;
}
</style>