Shades of East Side #AF80B9
Tints of East Side #AF80B9
RGB
CMYK
RGB Variations
Color information
#AF80B9 (or 0xAF80B9) is known color: East Side. HEX triplet: AF, 80 and B9. RGB value is (175,128,185). Sum of RGB (Red+Green+Blue) = 175+128+185=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF80B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80B9 is #507F46. Grayscale: #949494. Windows color (decimal): -5275463 or 12157103. OLE color: 12157103.
HSL color Cylindrical-coordinate representation of color #AF80B9: hue angle of 289.47º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF80B9 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 128 | 185 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.27 |
| HSL | 289.47º | 0.29% | 0.61% | - |
| HSV(B) | 289.47º | 0.31% | 0.73% | - |
| XYZ | 34.16 | 28.06 | 49.51 | - |
| YUV | 148.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 185 | 0.05 | 0.31 | 0 | 0.27 | 289.47 | 0.29 | 0.61 |
| Hex | AF | 80 | B9 | 5 | 1F | 0 | 1B | 121 | 1D | 3D |
| Octal | 257 | 200 | 271 | 5 | 37 | 0 | 33 | 441 | 35 | 75 |
| Binary | 10101111 | 10000000 | 10111001 | 101 | 11111 | 0 | 11011 | 100100001 | 11101 | 111101 |
Color Harmonies of #AF80B9
Complementary color
Monochromatic Colors of #AF80B9
Black with #AF80B9
Text Example
Text Example
White with #AF80B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80B9; }
p { color: rgb(175,128,185); }
H1.HeaderClassName
{
color: #AF80B9;
}
.AnyTagClassName
{
color: #AF80B9;
}
</style>
background-color css
<style>
a { background-color: #AF80B9; }
a { background-color: rgb(175,128,185); }
div.DivClassName
{
background-color: #AF80B9;
}
.BgClassName
{
background-color: #AF80B9;
}
</style>
border-color css
<style>
span { border-color: #AF80B9; }
span { border-color: rgb(175,128,185); }
td.TdClassName
{
border-color: #AF80B9;
}
.TagClassName
{
border-color: #AF80B9;
}
</style>