Shades of East Side #AF8FB8
Tints of East Side #AF8FB8
RGB
CMYK
RGB Variations
Color information
#AF8FB8 (or 0xAF8FB8) is known color: East Side. HEX triplet: AF, 8F and B8. RGB value is (175,143,184). Sum of RGB (Red+Green+Blue) = 175+143+184=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF8FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FB8 is #507047. Grayscale: #9D9D9D. Windows color (decimal): -5271624 or 12095407. OLE color: 12095407.
HSL color Cylindrical-coordinate representation of color #AF8FB8: hue angle of 286.83º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF8FB8 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 143 | 184 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.28 |
| HSL | 286.83º | 0.22% | 0.64% | - |
| HSV(B) | 286.83º | 0.22% | 0.72% | - |
| XYZ | 36.15 | 32.22 | 49.66 | - |
| YUV | 157.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 184 | 0.05 | 0.22 | 0 | 0.28 | 286.83 | 0.22 | 0.64 |
| Hex | AF | 8F | B8 | 5 | 16 | 0 | 1C | 11F | 16 | 40 |
| Octal | 257 | 217 | 270 | 5 | 26 | 0 | 34 | 437 | 26 | 100 |
| Binary | 10101111 | 10001111 | 10111000 | 101 | 10110 | 0 | 11100 | 100011111 | 10110 | 1000000 |
Color Harmonies of #AF8FB8
Complementary color
Monochromatic Colors of #AF8FB8
Black with #AF8FB8
Text Example
Text Example
White with #AF8FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FB8; }
p { color: rgb(175,143,184); }
H1.HeaderClassName
{
color: #AF8FB8;
}
.AnyTagClassName
{
color: #AF8FB8;
}
</style>
background-color css
<style>
a { background-color: #AF8FB8; }
a { background-color: rgb(175,143,184); }
div.DivClassName
{
background-color: #AF8FB8;
}
.BgClassName
{
background-color: #AF8FB8;
}
</style>
border-color css
<style>
span { border-color: #AF8FB8; }
span { border-color: rgb(175,143,184); }
td.TdClassName
{
border-color: #AF8FB8;
}
.TagClassName
{
border-color: #AF8FB8;
}
</style>