Shades of East Side #AF99BA
Tints of East Side #AF99BA
RGB
CMYK
RGB Variations
Color information
#AF99BA (or 0xAF99BA) is known color: East Side. HEX triplet: AF, 99 and BA. RGB value is (175,153,186). Sum of RGB (Red+Green+Blue) = 175+153+186=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF99BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99BA is #506645. Grayscale: #A3A3A3. Windows color (decimal): -5269062 or 12229039. OLE color: 12229039.
HSL color Cylindrical-coordinate representation of color #AF99BA: hue angle of 280º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF99BA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 153 | 186 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.27 |
| HSL | 280º | 0.19% | 0.66% | - |
| HSV(B) | 280º | 0.18% | 0.73% | - |
| XYZ | 37.93 | 35.44 | 51.3 | - |
| YUV | 163.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 186 | 0.06 | 0.18 | 0 | 0.27 | 280 | 0.19 | 0.66 |
| Hex | AF | 99 | BA | 6 | 12 | 0 | 1B | 118 | 13 | 42 |
| Octal | 257 | 231 | 272 | 6 | 22 | 0 | 33 | 430 | 23 | 102 |
| Binary | 10101111 | 10011001 | 10111010 | 110 | 10010 | 0 | 11011 | 100011000 | 10011 | 1000010 |
Color Harmonies of #AF99BA
Complementary color
Monochromatic Colors of #AF99BA
Black with #AF99BA
Text Example
Text Example
White with #AF99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99BA; }
p { color: rgb(175,153,186); }
H1.HeaderClassName
{
color: #AF99BA;
}
.AnyTagClassName
{
color: #AF99BA;
}
</style>
background-color css
<style>
a { background-color: #AF99BA; }
a { background-color: rgb(175,153,186); }
div.DivClassName
{
background-color: #AF99BA;
}
.BgClassName
{
background-color: #AF99BA;
}
</style>
border-color css
<style>
span { border-color: #AF99BA; }
span { border-color: rgb(175,153,186); }
td.TdClassName
{
border-color: #AF99BA;
}
.TagClassName
{
border-color: #AF99BA;
}
</style>