Shades of East Side #AF94BA
Tints of East Side #AF94BA
RGB
CMYK
RGB Variations
Color information
#AF94BA (or 0xAF94BA) is known color: East Side. HEX triplet: AF, 94 and BA. RGB value is (175,148,186). Sum of RGB (Red+Green+Blue) = 175+148+186=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF94BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94BA is #506B45. Grayscale: #A0A0A0. Windows color (decimal): -5270342 or 12227759. OLE color: 12227759.
HSL color Cylindrical-coordinate representation of color #AF94BA: hue angle of 282.63º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF94BA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 148 | 186 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.27 |
| HSL | 282.63º | 0.22% | 0.65% | - |
| HSV(B) | 282.63º | 0.2% | 0.73% | - |
| XYZ | 37.13 | 33.84 | 51.03 | - |
| YUV | 160.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 186 | 0.06 | 0.20 | 0 | 0.27 | 282.63 | 0.22 | 0.65 |
| Hex | AF | 94 | BA | 6 | 14 | 0 | 1B | 11B | 16 | 41 |
| Octal | 257 | 224 | 272 | 6 | 24 | 0 | 33 | 433 | 26 | 101 |
| Binary | 10101111 | 10010100 | 10111010 | 110 | 10100 | 0 | 11011 | 100011011 | 10110 | 1000001 |
Color Harmonies of #AF94BA
Complementary color
Monochromatic Colors of #AF94BA
Black with #AF94BA
Text Example
Text Example
White with #AF94BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF94BA; }
p { color: rgb(175,148,186); }
H1.HeaderClassName
{
color: #AF94BA;
}
.AnyTagClassName
{
color: #AF94BA;
}
</style>
background-color css
<style>
a { background-color: #AF94BA; }
a { background-color: rgb(175,148,186); }
div.DivClassName
{
background-color: #AF94BA;
}
.BgClassName
{
background-color: #AF94BA;
}
</style>
border-color css
<style>
span { border-color: #AF94BA; }
span { border-color: rgb(175,148,186); }
td.TdClassName
{
border-color: #AF94BA;
}
.TagClassName
{
border-color: #AF94BA;
}
</style>