Shades of East Side #AF91BC
Tints of East Side #AF91BC
RGB
CMYK
RGB Variations
Color information
#AF91BC (or 0xAF91BC) is known color: East Side. HEX triplet: AF, 91 and BC. RGB value is (175,145,188). Sum of RGB (Red+Green+Blue) = 175+145+188=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF91BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91BC is #506E43. Grayscale: #9E9E9E. Windows color (decimal): -5271108 or 12358063. OLE color: 12358063.
HSL color Cylindrical-coordinate representation of color #AF91BC: hue angle of 281.86º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF91BC is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 145 | 188 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.26 |
| HSL | 281.86º | 0.24% | 0.65% | - |
| HSV(B) | 281.86º | 0.23% | 0.74% | - |
| XYZ | 36.88 | 33 | 52 | - |
| YUV | 158.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 188 | 0.07 | 0.23 | 0 | 0.26 | 281.86 | 0.24 | 0.65 |
| Hex | AF | 91 | BC | 7 | 17 | 0 | 1A | 11A | 18 | 41 |
| Octal | 257 | 221 | 274 | 7 | 27 | 0 | 32 | 432 | 30 | 101 |
| Binary | 10101111 | 10010001 | 10111100 | 111 | 10111 | 0 | 11010 | 100011010 | 11000 | 1000001 |
Color Harmonies of #AF91BC
Complementary color
Monochromatic Colors of #AF91BC
Black with #AF91BC
Text Example
Text Example
White with #AF91BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91BC; }
p { color: rgb(175,145,188); }
H1.HeaderClassName
{
color: #AF91BC;
}
.AnyTagClassName
{
color: #AF91BC;
}
</style>
background-color css
<style>
a { background-color: #AF91BC; }
a { background-color: rgb(175,145,188); }
div.DivClassName
{
background-color: #AF91BC;
}
.BgClassName
{
background-color: #AF91BC;
}
</style>
border-color css
<style>
span { border-color: #AF91BC; }
span { border-color: rgb(175,145,188); }
td.TdClassName
{
border-color: #AF91BC;
}
.TagClassName
{
border-color: #AF91BC;
}
</style>