Shades of East Side #AF8EBA
Tints of East Side #AF8EBA
RGB
CMYK
RGB Variations
Color information
#AF8EBA (or 0xAF8EBA) is known color: East Side. HEX triplet: AF, 8E and BA. RGB value is (175,142,186). Sum of RGB (Red+Green+Blue) = 175+142+186=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF8EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EBA is #507145. Grayscale: #9C9C9C. Windows color (decimal): -5271878 or 12226223. OLE color: 12226223.
HSL color Cylindrical-coordinate representation of color #AF8EBA: hue angle of 285º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF8EBA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 142 | 186 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.27 |
| HSL | 285º | 0.24% | 0.64% | - |
| HSV(B) | 285º | 0.24% | 0.73% | - |
| XYZ | 36.22 | 32.01 | 50.72 | - |
| YUV | 156.88 | 144.43 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 186 | 0.06 | 0.24 | 0 | 0.27 | 285 | 0.24 | 0.64 |
| Hex | AF | 8E | BA | 6 | 18 | 0 | 1B | 11D | 18 | 40 |
| Octal | 257 | 216 | 272 | 6 | 30 | 0 | 33 | 435 | 30 | 100 |
| Binary | 10101111 | 10001110 | 10111010 | 110 | 11000 | 0 | 11011 | 100011101 | 11000 | 1000000 |
Color Harmonies of #AF8EBA
Complementary color
Monochromatic Colors of #AF8EBA
Black with #AF8EBA
Text Example
Text Example
White with #AF8EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8EBA; }
p { color: rgb(175,142,186); }
H1.HeaderClassName
{
color: #AF8EBA;
}
.AnyTagClassName
{
color: #AF8EBA;
}
</style>
background-color css
<style>
a { background-color: #AF8EBA; }
a { background-color: rgb(175,142,186); }
div.DivClassName
{
background-color: #AF8EBA;
}
.BgClassName
{
background-color: #AF8EBA;
}
</style>
border-color css
<style>
span { border-color: #AF8EBA; }
span { border-color: rgb(175,142,186); }
td.TdClassName
{
border-color: #AF8EBA;
}
.TagClassName
{
border-color: #AF8EBA;
}
</style>