Shades of East Side #AF91B7
Tints of East Side #AF91B7
RGB
CMYK
RGB Variations
Color information
#AF91B7 (or 0xAF91B7) is known color: East Side. HEX triplet: AF, 91 and B7. RGB value is (175,145,183). Sum of RGB (Red+Green+Blue) = 175+145+183=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF91B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91B7 is #506E48. Grayscale: #9E9E9E. Windows color (decimal): -5271113 or 12030383. OLE color: 12030383.
HSL color Cylindrical-coordinate representation of color #AF91B7: hue angle of 287.37º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF91B7 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 145 | 183 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.28 |
| HSL | 287.37º | 0.21% | 0.64% | - |
| HSV(B) | 287.37º | 0.21% | 0.72% | - |
| XYZ | 36.35 | 32.78 | 49.21 | - |
| YUV | 158.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 183 | 0.04 | 0.21 | 0 | 0.28 | 287.37 | 0.21 | 0.64 |
| Hex | AF | 91 | B7 | 4 | 15 | 0 | 1C | 11F | 15 | 40 |
| Octal | 257 | 221 | 267 | 4 | 25 | 0 | 34 | 437 | 25 | 100 |
| Binary | 10101111 | 10010001 | 10110111 | 100 | 10101 | 0 | 11100 | 100011111 | 10101 | 1000000 |
Color Harmonies of #AF91B7
Complementary color
Monochromatic Colors of #AF91B7
Black with #AF91B7
Text Example
Text Example
White with #AF91B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91B7; }
p { color: rgb(175,145,183); }
H1.HeaderClassName
{
color: #AF91B7;
}
.AnyTagClassName
{
color: #AF91B7;
}
</style>
background-color css
<style>
a { background-color: #AF91B7; }
a { background-color: rgb(175,145,183); }
div.DivClassName
{
background-color: #AF91B7;
}
.BgClassName
{
background-color: #AF91B7;
}
</style>
border-color css
<style>
span { border-color: #AF91B7; }
span { border-color: rgb(175,145,183); }
td.TdClassName
{
border-color: #AF91B7;
}
.TagClassName
{
border-color: #AF91B7;
}
</style>