Shades of East Side #AF96B8
Tints of East Side #AF96B8
RGB
CMYK
RGB Variations
Color information
#AF96B8 (or 0xAF96B8) is known color: East Side. HEX triplet: AF, 96 and B8. RGB value is (175,150,184). Sum of RGB (Red+Green+Blue) = 175+150+184=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF96B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96B8 is #506947. Grayscale: #A1A1A1. Windows color (decimal): -5269832 or 12097199. OLE color: 12097199.
HSL color Cylindrical-coordinate representation of color #AF96B8: hue angle of 284.12º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF96B8 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 150 | 184 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.28 |
| HSL | 284.12º | 0.19% | 0.65% | - |
| HSV(B) | 284.12º | 0.18% | 0.72% | - |
| XYZ | 37.24 | 34.39 | 50.02 | - |
| YUV | 161.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 184 | 0.05 | 0.18 | 0 | 0.28 | 284.12 | 0.19 | 0.65 |
| Hex | AF | 96 | B8 | 5 | 12 | 0 | 1C | 11C | 13 | 41 |
| Octal | 257 | 226 | 270 | 5 | 22 | 0 | 34 | 434 | 23 | 101 |
| Binary | 10101111 | 10010110 | 10111000 | 101 | 10010 | 0 | 11100 | 100011100 | 10011 | 1000001 |
Color Harmonies of #AF96B8
Complementary color
Monochromatic Colors of #AF96B8
Black with #AF96B8
Text Example
Text Example
White with #AF96B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF96B8; }
p { color: rgb(175,150,184); }
H1.HeaderClassName
{
color: #AF96B8;
}
.AnyTagClassName
{
color: #AF96B8;
}
</style>
background-color css
<style>
a { background-color: #AF96B8; }
a { background-color: rgb(175,150,184); }
div.DivClassName
{
background-color: #AF96B8;
}
.BgClassName
{
background-color: #AF96B8;
}
</style>
border-color css
<style>
span { border-color: #AF96B8; }
span { border-color: rgb(175,150,184); }
td.TdClassName
{
border-color: #AF96B8;
}
.TagClassName
{
border-color: #AF96B8;
}
</style>