Shades of East Side #AF96BB
Tints of East Side #AF96BB
RGB
CMYK
RGB Variations
Color information
#AF96BB (or 0xAF96BB) is known color: East Side. HEX triplet: AF, 96 and BB. RGB value is (175,150,187). Sum of RGB (Red+Green+Blue) = 175+150+187=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF96BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96BB is #506944. Grayscale: #A1A1A1. Windows color (decimal): -5269829 or 12293807. OLE color: 12293807.
HSL color Cylindrical-coordinate representation of color #AF96BB: hue angle of 280.54º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF96BB is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 150 | 187 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.27 |
| HSL | 280.54º | 0.21% | 0.66% | - |
| HSV(B) | 280.54º | 0.2% | 0.73% | - |
| XYZ | 37.56 | 34.51 | 51.7 | - |
| YUV | 161.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 187 | 0.06 | 0.20 | 0 | 0.27 | 280.54 | 0.21 | 0.66 |
| Hex | AF | 96 | BB | 6 | 14 | 0 | 1B | 119 | 15 | 42 |
| Octal | 257 | 226 | 273 | 6 | 24 | 0 | 33 | 431 | 25 | 102 |
| Binary | 10101111 | 10010110 | 10111011 | 110 | 10100 | 0 | 11011 | 100011001 | 10101 | 1000010 |
Color Harmonies of #AF96BB
Complementary color
Monochromatic Colors of #AF96BB
Black with #AF96BB
Text Example
Text Example
White with #AF96BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF96BB; }
p { color: rgb(175,150,187); }
H1.HeaderClassName
{
color: #AF96BB;
}
.AnyTagClassName
{
color: #AF96BB;
}
</style>
background-color css
<style>
a { background-color: #AF96BB; }
a { background-color: rgb(175,150,187); }
div.DivClassName
{
background-color: #AF96BB;
}
.BgClassName
{
background-color: #AF96BB;
}
</style>
border-color css
<style>
span { border-color: #AF96BB; }
span { border-color: rgb(175,150,187); }
td.TdClassName
{
border-color: #AF96BB;
}
.TagClassName
{
border-color: #AF96BB;
}
</style>