Shades of East Side #AF8FBC
Tints of East Side #AF8FBC
RGB
CMYK
RGB Variations
Color information
#AF8FBC (or 0xAF8FBC) is known color: East Side. HEX triplet: AF, 8F and BC. RGB value is (175,143,188). Sum of RGB (Red+Green+Blue) = 175+143+188=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF8FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FBC is #507043. Grayscale: #9D9D9D. Windows color (decimal): -5271620 or 12357551. OLE color: 12357551.
HSL color Cylindrical-coordinate representation of color #AF8FBC: hue angle of 282.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF8FBC is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 143 | 188 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.26 |
| HSL | 282.67º | 0.25% | 0.65% | - |
| HSV(B) | 282.67º | 0.24% | 0.74% | - |
| XYZ | 36.58 | 32.39 | 51.9 | - |
| YUV | 157.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 188 | 0.07 | 0.24 | 0 | 0.26 | 282.67 | 0.25 | 0.65 |
| Hex | AF | 8F | BC | 7 | 18 | 0 | 1A | 11B | 19 | 41 |
| Octal | 257 | 217 | 274 | 7 | 30 | 0 | 32 | 433 | 31 | 101 |
| Binary | 10101111 | 10001111 | 10111100 | 111 | 11000 | 0 | 11010 | 100011011 | 11001 | 1000001 |
Color Harmonies of #AF8FBC
Complementary color
Monochromatic Colors of #AF8FBC
Black with #AF8FBC
Text Example
Text Example
White with #AF8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FBC; }
p { color: rgb(175,143,188); }
H1.HeaderClassName
{
color: #AF8FBC;
}
.AnyTagClassName
{
color: #AF8FBC;
}
</style>
background-color css
<style>
a { background-color: #AF8FBC; }
a { background-color: rgb(175,143,188); }
div.DivClassName
{
background-color: #AF8FBC;
}
.BgClassName
{
background-color: #AF8FBC;
}
</style>
border-color css
<style>
span { border-color: #AF8FBC; }
span { border-color: rgb(175,143,188); }
td.TdClassName
{
border-color: #AF8FBC;
}
.TagClassName
{
border-color: #AF8FBC;
}
</style>