Shades of East Side #AF83B7
Tints of East Side #AF83B7
RGB
CMYK
RGB Variations
Color information
#AF83B7 (or 0xAF83B7) is known color: East Side. HEX triplet: AF, 83 and B7. RGB value is (175,131,183). Sum of RGB (Red+Green+Blue) = 175+131+183=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF83B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83B7 is #507C48. Grayscale: #959595. Windows color (decimal): -5274697 or 12026799. OLE color: 12026799.
HSL color Cylindrical-coordinate representation of color #AF83B7: hue angle of 290.77º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF83B7 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 131 | 183 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.28 |
| HSL | 290.77º | 0.27% | 0.62% | - |
| HSV(B) | 290.77º | 0.28% | 0.72% | - |
| XYZ | 34.34 | 28.77 | 48.54 | - |
| YUV | 150.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 183 | 0.04 | 0.28 | 0 | 0.28 | 290.77 | 0.27 | 0.62 |
| Hex | AF | 83 | B7 | 4 | 1C | 0 | 1C | 123 | 1B | 3E |
| Octal | 257 | 203 | 267 | 4 | 34 | 0 | 34 | 443 | 33 | 76 |
| Binary | 10101111 | 10000011 | 10110111 | 100 | 11100 | 0 | 11100 | 100100011 | 11011 | 111110 |
Color Harmonies of #AF83B7
Complementary color
Monochromatic Colors of #AF83B7
Black with #AF83B7
Text Example
Text Example
White with #AF83B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF83B7; }
p { color: rgb(175,131,183); }
H1.HeaderClassName
{
color: #AF83B7;
}
.AnyTagClassName
{
color: #AF83B7;
}
</style>
background-color css
<style>
a { background-color: #AF83B7; }
a { background-color: rgb(175,131,183); }
div.DivClassName
{
background-color: #AF83B7;
}
.BgClassName
{
background-color: #AF83B7;
}
</style>
border-color css
<style>
span { border-color: #AF83B7; }
span { border-color: rgb(175,131,183); }
td.TdClassName
{
border-color: #AF83B7;
}
.TagClassName
{
border-color: #AF83B7;
}
</style>