Shades of East Side #AF8FBF
Tints of East Side #AF8FBF
RGB
CMYK
RGB Variations
Color information
#AF8FBF (or 0xAF8FBF) is known color: East Side. HEX triplet: AF, 8F and BF. RGB value is (175,143,191). Sum of RGB (Red+Green+Blue) = 175+143+191=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF8FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FBF is #507040. Grayscale: #9D9D9D. Windows color (decimal): -5271617 or 12554159. OLE color: 12554159.
HSL color Cylindrical-coordinate representation of color #AF8FBF: hue angle of 280º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF8FBF is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 143 | 191 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.25 |
| HSL | 280º | 0.27% | 0.65% | - |
| HSV(B) | 280º | 0.25% | 0.75% | - |
| XYZ | 36.91 | 32.52 | 53.62 | - |
| YUV | 158.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 191 | 0.08 | 0.25 | 0 | 0.25 | 280 | 0.27 | 0.65 |
| Hex | AF | 8F | BF | 8 | 19 | 0 | 19 | 118 | 1B | 41 |
| Octal | 257 | 217 | 277 | 10 | 31 | 0 | 31 | 430 | 33 | 101 |
| Binary | 10101111 | 10001111 | 10111111 | 1000 | 11001 | 0 | 11001 | 100011000 | 11011 | 1000001 |
Color Harmonies of #AF8FBF
Complementary color
Monochromatic Colors of #AF8FBF
Black with #AF8FBF
Text Example
Text Example
White with #AF8FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FBF; }
p { color: rgb(175,143,191); }
H1.HeaderClassName
{
color: #AF8FBF;
}
.AnyTagClassName
{
color: #AF8FBF;
}
</style>
background-color css
<style>
a { background-color: #AF8FBF; }
a { background-color: rgb(175,143,191); }
div.DivClassName
{
background-color: #AF8FBF;
}
.BgClassName
{
background-color: #AF8FBF;
}
</style>
border-color css
<style>
span { border-color: #AF8FBF; }
span { border-color: rgb(175,143,191); }
td.TdClassName
{
border-color: #AF8FBF;
}
.TagClassName
{
border-color: #AF8FBF;
}
</style>