Shades of East Side #AF8FB4
Tints of East Side #AF8FB4
RGB
CMYK
RGB Variations
Color information
#AF8FB4 (or 0xAF8FB4) is known color: East Side. HEX triplet: AF, 8F and B4. RGB value is (175,143,180). Sum of RGB (Red+Green+Blue) = 175+143+180=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF8FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FB4 is #50704B. Grayscale: #9C9C9C. Windows color (decimal): -5271628 or 11833263. OLE color: 11833263.
HSL color Cylindrical-coordinate representation of color #AF8FB4: hue angle of 291.89º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8FB4 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 143 | 180 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.29 |
| HSL | 291.89º | 0.2% | 0.63% | - |
| HSV(B) | 291.89º | 0.21% | 0.71% | - |
| XYZ | 35.74 | 32.05 | 47.48 | - |
| YUV | 156.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 180 | 0.03 | 0.21 | 0 | 0.29 | 291.89 | 0.2 | 0.63 |
| Hex | AF | 8F | B4 | 3 | 15 | 0 | 1D | 124 | 14 | 3F |
| Octal | 257 | 217 | 264 | 3 | 25 | 0 | 35 | 444 | 24 | 77 |
| Binary | 10101111 | 10001111 | 10110100 | 11 | 10101 | 0 | 11101 | 100100100 | 10100 | 111111 |
Color Harmonies of #AF8FB4
Complementary color
Monochromatic Colors of #AF8FB4
Black with #AF8FB4
Text Example
Text Example
White with #AF8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FB4; }
p { color: rgb(175,143,180); }
H1.HeaderClassName
{
color: #AF8FB4;
}
.AnyTagClassName
{
color: #AF8FB4;
}
</style>
background-color css
<style>
a { background-color: #AF8FB4; }
a { background-color: rgb(175,143,180); }
div.DivClassName
{
background-color: #AF8FB4;
}
.BgClassName
{
background-color: #AF8FB4;
}
</style>
border-color css
<style>
span { border-color: #AF8FB4; }
span { border-color: rgb(175,143,180); }
td.TdClassName
{
border-color: #AF8FB4;
}
.TagClassName
{
border-color: #AF8FB4;
}
</style>