Shades of East Side #AF8FBA
Tints of East Side #AF8FBA
RGB
CMYK
RGB Variations
Color information
#AF8FBA (or 0xAF8FBA) is known color: East Side. HEX triplet: AF, 8F and BA. RGB value is (175,143,186). Sum of RGB (Red+Green+Blue) = 175+143+186=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF8FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FBA is #507045. Grayscale: #9D9D9D. Windows color (decimal): -5271622 or 12226479. OLE color: 12226479.
HSL color Cylindrical-coordinate representation of color #AF8FBA: hue angle of 284.65º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF8FBA is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 143 | 186 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.27 |
| HSL | 284.65º | 0.24% | 0.65% | - |
| HSV(B) | 284.65º | 0.23% | 0.73% | - |
| XYZ | 36.36 | 32.3 | 50.77 | - |
| YUV | 157.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 186 | 0.06 | 0.23 | 0 | 0.27 | 284.65 | 0.24 | 0.65 |
| Hex | AF | 8F | BA | 6 | 17 | 0 | 1B | 11D | 18 | 41 |
| Octal | 257 | 217 | 272 | 6 | 27 | 0 | 33 | 435 | 30 | 101 |
| Binary | 10101111 | 10001111 | 10111010 | 110 | 10111 | 0 | 11011 | 100011101 | 11000 | 1000001 |
Color Harmonies of #AF8FBA
Complementary color
Monochromatic Colors of #AF8FBA
Black with #AF8FBA
Text Example
Text Example
White with #AF8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FBA; }
p { color: rgb(175,143,186); }
H1.HeaderClassName
{
color: #AF8FBA;
}
.AnyTagClassName
{
color: #AF8FBA;
}
</style>
background-color css
<style>
a { background-color: #AF8FBA; }
a { background-color: rgb(175,143,186); }
div.DivClassName
{
background-color: #AF8FBA;
}
.BgClassName
{
background-color: #AF8FBA;
}
</style>
border-color css
<style>
span { border-color: #AF8FBA; }
span { border-color: rgb(175,143,186); }
td.TdClassName
{
border-color: #AF8FBA;
}
.TagClassName
{
border-color: #AF8FBA;
}
</style>